Html Css Color HEX #0376AE Cerulean

📋 copy color: '#0376AE'

red 3 ◦ green 118 ◦ blue 174

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

Shades of Cerulean #0376AE

Tints of Cerulean #0376AE

RGB

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

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

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

R = 1.02%
G = 40%
B = 58.98%

CMYK

 C value IS 0.98

 M value IS 0.32

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#0376AE (or 0x0376AE) is known color: Cerulean. HEX triplet: 03, 76 and AE. RGB value is (3,118,174). Sum of RGB (Red+Green+Blue) = 3+118+174=295 (39% of max value = 765). Red value is 3 (1.56% from 255 or 1.02% from 295); Green value is 118 (46.48% from 255 or 40% from 295); Blue value is 174 (68.36% from 255 or 58.98% from 295); Max value from RGB is 174 - color contains mainly: blue. Hex color #0376AE is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0376AE is #FC8951. Grayscale: #595959. Windows color (decimal): -16550226 or 11433475. OLE color: 11433475.

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

Color convert

RGB 3 118 174 -
CMYK 0.98 0.32 0 0.32
HSL 199.65º 0.97% 0.35% -
HSV(B) 199.65º 0.98% 0.68% -
XYZ 14.16 16.03 42.39 -
YUV 90 175.4 65.95 -
System Red Green Blue C M Y K H S L
Decimal 3 118 174 0.98 0.32 0 0.32 199.65 0.97 0.35
Hex 3 76 AE 62 20 0 20 C8 61 23
Octal 3 166 256 142 40 0 40 310 141 43
Binary 11 1110110 10101110 1100010 100000 0 100000 11001000 1100001 100011

Color Harmonies of #0376AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0376AE

Black with #0376AE

Text Example


Text Example

White with #0376AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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