Html Css Color HEX #0376AA Cerulean

📋 copy color: '#0376AA'

red 3 ◦ green 118 ◦ blue 170

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

Shades of Cerulean #0376AA

Tints of Cerulean #0376AA

RGB

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

 GREEN value IS 118 (46.48% from 255) = 40.55%

 BLUE value IS 170 (66.8% from 255) = 58.42%

R = 1.03%
G = 40.55%
B = 58.42%

CMYK

 C value IS 0.98

 M value IS 0.31

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0376AA (or 0x0376AA) is known color: Cerulean. HEX triplet: 03, 76 and AA. RGB value is (3,118,170). Sum of RGB (Red+Green+Blue) = 3+118+170=291 (38% of max value = 765). Red value is 3 (1.56% from 255 or 1.03% from 291); Green value is 118 (46.48% from 255 or 40.55% from 291); Blue value is 170 (66.80% from 255 or 58.42% from 291); Max value from RGB is 170 - color contains mainly: blue. Hex color #0376AA is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0376AA is #FC8955. Grayscale: #595959. Windows color (decimal): -16550230 or 11171331. OLE color: 11171331.

HSL color Cylindrical-coordinate representation of color #0376AA: hue angle of 198.68º degrees, saturation: 0.97, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0376AA is Cyan = 0.98, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 3 118 170 -
CMYK 0.98 0.31 0 0.33
HSL 198.68º 0.97% 0.34% -
HSV(B) 198.68º 0.98% 0.67% -
XYZ 13.77 15.88 40.37 -
YUV 89.54 173.4 66.27 -
System Red Green Blue C M Y K H S L
Decimal 3 118 170 0.98 0.31 0 0.33 198.68 0.97 0.34
Hex 3 76 AA 62 1F 0 21 C7 61 22
Octal 3 166 252 142 37 0 41 307 141 42
Binary 11 1110110 10101010 1100010 11111 0 100001 11000111 1100001 100010

Color Harmonies of #0376AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0376AA

Black with #0376AA

Text Example


Text Example

White with #0376AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0376AA; }

 p { color: rgb(3,118,170); }

 H1.HeaderClassName
 {
   color: #0376AA;
 }
 .AnyTagClassName
 {
   color: #0376AA;
 }
</style>

background-color css

<style>
 a { background-color: #0376AA; }

 a { background-color: rgb(3,118,170); }

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

border-color css

<style>
 span { border-color: #0376AA; }

 span { border-color: rgb(3,118,170); }

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