Html Css Color HEX #0377BD Cerulean

📋 copy color: '#0377BD'

red 3 ◦ green 119 ◦ blue 189

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

Shades of Cerulean #0377BD

Tints of Cerulean #0377BD

RGB

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

 GREEN value IS 119 (46.88% from 255) = 38.26%

 BLUE value IS 189 (74.22% from 255) = 60.77%

R = 0.96%
G = 38.26%
B = 60.77%

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

#0377BD (or 0x0377BD) is known color: Cerulean. HEX triplet: 03, 77 and BD. RGB value is (3,119,189). Sum of RGB (Red+Green+Blue) = 3+119+189=311 (41% of max value = 765). Red value is 3 (1.56% from 255 or 0.96% from 311); Green value is 119 (46.88% from 255 or 38.26% from 311); Blue value is 189 (74.22% from 255 or 60.77% from 311); Max value from RGB is 189 - color contains mainly: blue. Hex color #0377BD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0377BD is #FC8842. Grayscale: #5B5B5B. Windows color (decimal): -16549955 or 12416771. OLE color: 12416771.

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

Color convert

RGB 3 119 189 -
CMYK 0.98 0.37 0 0.26
HSL 202.58º 0.97% 0.38% -
HSV(B) 202.58º 0.98% 0.74% -
XYZ 15.82 16.89 50.57 -
YUV 92.3 182.57 64.31 -
System Red Green Blue C M Y K H S L
Decimal 3 119 189 0.98 0.37 0 0.26 202.58 0.97 0.38
Hex 3 77 BD 62 25 0 1A CB 61 26
Octal 3 167 275 142 45 0 32 313 141 46
Binary 11 1110111 10111101 1100010 100101 0 11010 11001011 1100001 100110

Color Harmonies of #0377BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0377BD

Black with #0377BD

Text Example


Text Example

White with #0377BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0377BD; }

 p { color: rgb(3,119,189); }

 H1.HeaderClassName
 {
   color: #0377BD;
 }
 .AnyTagClassName
 {
   color: #0377BD;
 }
</style>

background-color css

<style>
 a { background-color: #0377BD; }

 a { background-color: rgb(3,119,189); }

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

border-color css

<style>
 span { border-color: #0377BD; }

 span { border-color: rgb(3,119,189); }

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