Html Css Color HEX #0376AB Cerulean

📋 copy color: '#0376AB'

red 3 ◦ green 118 ◦ blue 171

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

Shades of Cerulean #0376AB

Tints of Cerulean #0376AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 58.56%

R = 1.03%
G = 40.41%
B = 58.56%

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

#0376AB (or 0x0376AB) is known color: Cerulean. HEX triplet: 03, 76 and AB. RGB value is (3,118,171). Sum of RGB (Red+Green+Blue) = 3+118+171=292 (38% of max value = 765). Red value is 3 (1.56% from 255 or 1.03% from 292); Green value is 118 (46.48% from 255 or 40.41% from 292); Blue value is 171 (67.19% from 255 or 58.56% from 292); Max value from RGB is 171 - color contains mainly: blue. Hex color #0376AB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0376AB is #FC8954. Grayscale: #595959. Windows color (decimal): -16550229 or 11236867. OLE color: 11236867.

HSL color Cylindrical-coordinate representation of color #0376AB: hue angle of 198.93º 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 #0376AB is Cyan = 0.98, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 3 118 171 -
CMYK 0.98 0.31 0 0.33
HSL 198.93º 0.97% 0.34% -
HSV(B) 198.93º 0.98% 0.67% -
XYZ 13.87 15.92 40.87 -
YUV 89.66 173.9 66.19 -
System Red Green Blue C M Y K H S L
Decimal 3 118 171 0.98 0.31 0 0.33 198.93 0.97 0.34
Hex 3 76 AB 62 1F 0 21 C7 61 22
Octal 3 166 253 142 37 0 41 307 141 42
Binary 11 1110110 10101011 1100010 11111 0 100001 11000111 1100001 100010

Color Harmonies of #0376AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0376AB

Black with #0376AB

Text Example


Text Example

White with #0376AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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