Html Css Color HEX #038FC4 Pacific Blue

📋 copy color: '#038FC4'

red 3 ◦ green 143 ◦ blue 196

#038FC4
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pacific Blue #038FC4

Tints of Pacific Blue #038FC4

RGB

 RED value IS 3 (1.56% from 255) = 0.88%

 GREEN value IS 143 (56.25% from 255) = 41.81%

 BLUE value IS 196 (76.95% from 255) = 57.31%

R = 0.88%
G = 41.81%
B = 57.31%

CMYK

 C value IS 0.98

 M value IS 0.27

 Y value IS 0

 K value IS 0.23

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#038FC4 (or 0x038FC4) is known color: Pacific Blue. HEX triplet: 03, 8F and C4. RGB value is (3,143,196). Sum of RGB (Red+Green+Blue) = 3+143+196=342 (45% of max value = 765). Red value is 3 (1.56% from 255 or 0.88% from 342); Green value is 143 (56.25% from 255 or 41.81% from 342); Blue value is 196 (76.95% from 255 or 57.31% from 342); Max value from RGB is 196 - color contains mainly: blue. Hex color #038FC4 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #038FC4 is #FC703B. Grayscale: #6A6A6A. Windows color (decimal): -16543804 or 12881667. OLE color: 12881667.

HSL color Cylindrical-coordinate representation of color #038FC4: hue angle of 196.48º degrees, saturation: 0.97, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #038FC4 is Cyan = 0.98, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 3 143 196 -
CMYK 0.98 0.27 0 0.23
HSL 196.48º 0.97% 0.39% -
HSV(B) 196.48º 0.98% 0.77% -
XYZ 19.82 23.65 55.74 -
YUV 107.18 178.12 53.69 -
System Red Green Blue C M Y K H S L
Decimal 3 143 196 0.98 0.27 0 0.23 196.48 0.97 0.39
Hex 3 8F C4 62 1B 0 17 C4 61 27
Octal 3 217 304 142 33 0 27 304 141 47
Binary 11 10001111 11000100 1100010 11011 0 10111 11000100 1100001 100111

Color Harmonies of #038FC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #038FC4

Black with #038FC4

Text Example


Text Example

White with #038FC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #038FC4; }

 p { color: rgb(3,143,196); }

 H1.HeaderClassName
 {
   color: #038FC4;
 }
 .AnyTagClassName
 {
   color: #038FC4;
 }
</style>

background-color css

<style>
 a { background-color: #038FC4; }

 a { background-color: rgb(3,143,196); }

 div.DivClassName
 {
   background-color: #038FC4;
 }
 .BgClassName
 {
   background-color: #038FC4;
 }
</style>

border-color css

<style>
 span { border-color: #038FC4; }

 span { border-color: rgb(3,143,196); }

 td.TdClassName
 {
   border-color: #038FC4;
 }
 .TagClassName
 {
   border-color: #038FC4;
 }
</style>