Html Css Color HEX #0376BC Cerulean

📋 copy color: '#0376BC'

red 3 ◦ green 118 ◦ blue 188

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

Shades of Cerulean #0376BC

Tints of Cerulean #0376BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 60.84%

R = 0.97%
G = 38.19%
B = 60.84%

CMYK

 C value IS 0.98

 M value IS 0.37

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#0376BC (or 0x0376BC) is known color: Cerulean. HEX triplet: 03, 76 and BC. RGB value is (3,118,188). Sum of RGB (Red+Green+Blue) = 3+118+188=309 (40% of max value = 765). Red value is 3 (1.56% from 255 or 0.97% from 309); Green value is 118 (46.48% from 255 or 38.19% from 309); Blue value is 188 (73.83% from 255 or 60.84% from 309); Max value from RGB is 188 - color contains mainly: blue. Hex color #0376BC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0376BC is #FC8943. Grayscale: #5B5B5B. Windows color (decimal): -16550212 or 12350979. OLE color: 12350979.

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

Color convert

RGB 3 118 188 -
CMYK 0.98 0.37 0 0.26
HSL 202.7º 0.97% 0.37% -
HSV(B) 202.7º 0.98% 0.74% -
XYZ 15.59 16.61 49.96 -
YUV 91.6 182.4 64.81 -
System Red Green Blue C M Y K H S L
Decimal 3 118 188 0.98 0.37 0 0.26 202.7 0.97 0.37
Hex 3 76 BC 62 25 0 1A CB 61 25
Octal 3 166 274 142 45 0 32 313 141 45
Binary 11 1110110 10111100 1100010 100101 0 11010 11001011 1100001 100101

Color Harmonies of #0376BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0376BC

Black with #0376BC

Text Example


Text Example

White with #0376BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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