Html Css Color HEX #037FAF Cerulean

📋 copy color: '#037FAF'

red 3 ◦ green 127 ◦ blue 175

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

Shades of Cerulean #037FAF

Tints of Cerulean #037FAF

RGB

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

 GREEN value IS 127 (50% from 255) = 41.64%

 BLUE value IS 175 (68.75% from 255) = 57.38%

R = 0.98%
G = 41.64%
B = 57.38%

CMYK

 C value IS 0.98

 M value IS 0.27

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#037FAF (or 0x037FAF) is known color: Cerulean. HEX triplet: 03, 7F and AF. RGB value is (3,127,175). Sum of RGB (Red+Green+Blue) = 3+127+175=305 (40% of max value = 765). Red value is 3 (1.56% from 255 or 0.98% from 305); Green value is 127 (50% from 255 or 41.64% from 305); Blue value is 175 (68.75% from 255 or 57.38% from 305); Max value from RGB is 175 - color contains mainly: blue. Hex color #037FAF is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #037FAF is #FC8050. Grayscale: #5F5F5F. Windows color (decimal): -16547921 or 11501315. OLE color: 11501315.

HSL color Cylindrical-coordinate representation of color #037FAF: hue angle of 196.74º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #037FAF is Cyan = 0.98, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 3 127 175 -
CMYK 0.98 0.27 0 0.31
HSL 196.74º 0.97% 0.35% -
HSV(B) 196.74º 0.98% 0.69% -
XYZ 15.36 18.29 43.28 -
YUV 95.4 172.92 62.1 -
System Red Green Blue C M Y K H S L
Decimal 3 127 175 0.98 0.27 0 0.31 196.74 0.97 0.35
Hex 3 7F AF 62 1B 0 1F C5 61 23
Octal 3 177 257 142 33 0 37 305 141 43
Binary 11 1111111 10101111 1100010 11011 0 11111 11000101 1100001 100011

Color Harmonies of #037FAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #037FAF

Black with #037FAF

Text Example


Text Example

White with #037FAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #037FAF; }

 p { color: rgb(3,127,175); }

 H1.HeaderClassName
 {
   color: #037FAF;
 }
 .AnyTagClassName
 {
   color: #037FAF;
 }
</style>

background-color css

<style>
 a { background-color: #037FAF; }

 a { background-color: rgb(3,127,175); }

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

border-color css

<style>
 span { border-color: #037FAF; }

 span { border-color: rgb(3,127,175); }

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