Html Css Color HEX #038ECC Pacific Blue

📋 copy color: '#038ECC'

red 3 ◦ green 142 ◦ blue 204

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

Shades of Pacific Blue #038ECC

Tints of Pacific Blue #038ECC

RGB

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

 GREEN value IS 142 (55.86% from 255) = 40.69%

 BLUE value IS 204 (80.08% from 255) = 58.45%

R = 0.86%
G = 40.69%
B = 58.45%

CMYK

 C value IS 0.99

 M value IS 0.30

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#038ECC (or 0x038ECC) is known color: Pacific Blue. HEX triplet: 03, 8E and CC. RGB value is (3,142,204). Sum of RGB (Red+Green+Blue) = 3+142+204=349 (46% of max value = 765). Red value is 3 (1.56% from 255 or 0.86% from 349); Green value is 142 (55.86% from 255 or 40.69% from 349); Blue value is 204 (80.08% from 255 or 58.45% from 349); Max value from RGB is 204 - color contains mainly: blue. Hex color #038ECC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #038ECC is #FC7133. Grayscale: #6B6B6B. Windows color (decimal): -16544052 or 13405699. OLE color: 13405699.

HSL color Cylindrical-coordinate representation of color #038ECC: hue angle of 198.51º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #038ECC is Cyan = 0.99, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 3 142 204 -
CMYK 0.99 0.30 0 0.2
HSL 198.51º 0.97% 0.41% -
HSV(B) 198.51º 0.99% 0.8% -
XYZ 20.61 23.73 60.62 -
YUV 107.51 182.45 53.46 -
System Red Green Blue C M Y K H S L
Decimal 3 142 204 0.99 0.30 0 0.2 198.51 0.97 0.41
Hex 3 8E CC 63 1E 0 14 C7 61 29
Octal 3 216 314 143 36 0 24 307 141 51
Binary 11 10001110 11001100 1100011 11110 0 10100 11000111 1100001 101001

Color Harmonies of #038ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #038ECC

Black with #038ECC

Text Example


Text Example

White with #038ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,142,204); }

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

background-color css

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

 a { background-color: rgb(3,142,204); }

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

border-color css

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

 span { border-color: rgb(3,142,204); }

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