Html Css Color HEX #0376AD Cerulean

📋 copy color: '#0376AD'

red 3 ◦ green 118 ◦ blue 173

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

Shades of Cerulean #0376AD

Tints of Cerulean #0376AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 58.84%

R = 1.02%
G = 40.14%
B = 58.84%

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

#0376AD (or 0x0376AD) is known color: Cerulean. HEX triplet: 03, 76 and AD. RGB value is (3,118,173). Sum of RGB (Red+Green+Blue) = 3+118+173=294 (38% of max value = 765). Red value is 3 (1.56% from 255 or 1.02% from 294); Green value is 118 (46.48% from 255 or 40.14% from 294); Blue value is 173 (67.97% from 255 or 58.84% from 294); Max value from RGB is 173 - color contains mainly: blue. Hex color #0376AD is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0376AD is #FC8952. Grayscale: #595959. Windows color (decimal): -16550227 or 11367939. OLE color: 11367939.

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

Color convert

RGB 3 118 173 -
CMYK 0.98 0.32 0 0.32
HSL 199.41º 0.97% 0.35% -
HSV(B) 199.41º 0.98% 0.68% -
XYZ 14.06 15.99 41.88 -
YUV 89.89 174.9 66.03 -
System Red Green Blue C M Y K H S L
Decimal 3 118 173 0.98 0.32 0 0.32 199.41 0.97 0.35
Hex 3 76 AD 62 20 0 20 C7 61 23
Octal 3 166 255 142 40 0 40 307 141 43
Binary 11 1110110 10101101 1100010 100000 0 100000 11000111 1100001 100011

Color Harmonies of #0376AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0376AD

Black with #0376AD

Text Example


Text Example

White with #0376AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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