Html Css Color HEX #0376A4 Cerulean

📋 copy color: '#0376A4'

red 3 ◦ green 118 ◦ blue 164

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

Shades of Cerulean #0376A4

Tints of Cerulean #0376A4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 57.54%

R = 1.05%
G = 41.4%
B = 57.54%

CMYK

 C value IS 0.98

 M value IS 0.28

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#0376A4 (or 0x0376A4) is known color: Cerulean. HEX triplet: 03, 76 and A4. RGB value is (3,118,164). Sum of RGB (Red+Green+Blue) = 3+118+164=285 (37% of max value = 765). Red value is 3 (1.56% from 255 or 1.05% from 285); Green value is 118 (46.48% from 255 or 41.40% from 285); Blue value is 164 (64.45% from 255 or 57.54% from 285); Max value from RGB is 164 - color contains mainly: blue. Hex color #0376A4 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0376A4 is #FC895B. Grayscale: #585858. Windows color (decimal): -16550236 or 10778115. OLE color: 10778115.

HSL color Cylindrical-coordinate representation of color #0376A4: hue angle of 197.14º degrees, saturation: 0.96, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0376A4 is Cyan = 0.98, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 3 118 164 -
CMYK 0.98 0.28 0 0.36
HSL 197.14º 0.96% 0.33% -
HSV(B) 197.14º 0.98% 0.64% -
XYZ 13.22 15.66 37.45 -
YUV 88.86 170.4 66.76 -
System Red Green Blue C M Y K H S L
Decimal 3 118 164 0.98 0.28 0 0.36 197.14 0.96 0.33
Hex 3 76 A4 62 1C 0 24 C5 60 21
Octal 3 166 244 142 34 0 44 305 140 41
Binary 11 1110110 10100100 1100010 11100 0 100100 11000101 1100000 100001

Color Harmonies of #0376A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0376A4

Black with #0376A4

Text Example


Text Example

White with #0376A4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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