Html Css Color HEX #0375AE Cerulean

📋 copy color: '#0375AE'

red 3 ◦ green 117 ◦ blue 174

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

Shades of Cerulean #0375AE

Tints of Cerulean #0375AE

RGB

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

 GREEN value IS 117 (46.09% from 255) = 39.8%

 BLUE value IS 174 (68.36% from 255) = 59.18%

R = 1.02%
G = 39.8%
B = 59.18%

CMYK

 C value IS 0.98

 M value IS 0.33

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#0375AE (or 0x0375AE) is known color: Cerulean. HEX triplet: 03, 75 and AE. RGB value is (3,117,174). Sum of RGB (Red+Green+Blue) = 3+117+174=294 (38% of max value = 765). Red value is 3 (1.56% from 255 or 1.02% from 294); Green value is 117 (46.09% from 255 or 39.80% from 294); Blue value is 174 (68.36% from 255 or 59.18% from 294); Max value from RGB is 174 - color contains mainly: blue. Hex color #0375AE is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0375AE is #FC8A51. Grayscale: #595959. Windows color (decimal): -16550482 or 11433219. OLE color: 11433219.

HSL color Cylindrical-coordinate representation of color #0375AE: hue angle of 200º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0375AE is Cyan = 0.98, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 3 117 174 -
CMYK 0.98 0.33 0 0.32
HSL 200º 0.97% 0.35% -
HSV(B) 200º 0.98% 0.68% -
XYZ 14.04 15.8 42.35 -
YUV 89.41 175.73 66.37 -
System Red Green Blue C M Y K H S L
Decimal 3 117 174 0.98 0.33 0 0.32 200 0.97 0.35
Hex 3 75 AE 62 21 0 20 C8 61 23
Octal 3 165 256 142 41 0 40 310 141 43
Binary 11 1110101 10101110 1100010 100001 0 100000 11001000 1100001 100011

Color Harmonies of #0375AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0375AE

Black with #0375AE

Text Example


Text Example

White with #0375AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0375AE; }

 p { color: rgb(3,117,174); }

 H1.HeaderClassName
 {
   color: #0375AE;
 }
 .AnyTagClassName
 {
   color: #0375AE;
 }
</style>

background-color css

<style>
 a { background-color: #0375AE; }

 a { background-color: rgb(3,117,174); }

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

border-color css

<style>
 span { border-color: #0375AE; }

 span { border-color: rgb(3,117,174); }

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