Html Css Color HEX #0376BA Cerulean

📋 copy color: '#0376BA'

red 3 ◦ green 118 ◦ blue 186

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

Shades of Cerulean #0376BA

Tints of Cerulean #0376BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 60.59%

R = 0.98%
G = 38.44%
B = 60.59%

CMYK

 C value IS 0.98

 M value IS 0.37

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#0376BA (or 0x0376BA) is known color: Cerulean. HEX triplet: 03, 76 and BA. RGB value is (3,118,186). Sum of RGB (Red+Green+Blue) = 3+118+186=307 (40% of max value = 765). Red value is 3 (1.56% from 255 or 0.98% from 307); Green value is 118 (46.48% from 255 or 38.44% from 307); Blue value is 186 (73.05% from 255 or 60.59% from 307); Max value from RGB is 186 - color contains mainly: blue. Hex color #0376BA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0376BA is #FC8945. Grayscale: #5A5A5A. Windows color (decimal): -16550214 or 12219907. OLE color: 12219907.

HSL color Cylindrical-coordinate representation of color #0376BA: hue angle of 202.3º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0376BA is Cyan = 0.98, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 3 118 186 -
CMYK 0.98 0.37 0 0.27
HSL 202.3º 0.97% 0.37% -
HSV(B) 202.3º 0.98% 0.73% -
XYZ 15.38 16.52 48.83 -
YUV 91.37 181.4 64.97 -
System Red Green Blue C M Y K H S L
Decimal 3 118 186 0.98 0.37 0 0.27 202.3 0.97 0.37
Hex 3 76 BA 62 25 0 1B CA 61 25
Octal 3 166 272 142 45 0 33 312 141 45
Binary 11 1110110 10111010 1100010 100101 0 11011 11001010 1100001 100101

Color Harmonies of #0376BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0376BA

Black with #0376BA

Text Example


Text Example

White with #0376BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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