Html Css Color HEX #0378BC Cerulean

📋 copy color: '#0378BC'

red 3 ◦ green 120 ◦ blue 188

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

Shades of Cerulean #0378BC

Tints of Cerulean #0378BC

RGB

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

 GREEN value IS 120 (47.27% from 255) = 38.59%

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

R = 0.96%
G = 38.59%
B = 60.45%

CMYK

 C value IS 0.98

 M value IS 0.36

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#0378BC (or 0x0378BC) is known color: Cerulean. HEX triplet: 03, 78 and BC. RGB value is (3,120,188). Sum of RGB (Red+Green+Blue) = 3+120+188=311 (41% of max value = 765). Red value is 3 (1.56% from 255 or 0.96% from 311); Green value is 120 (47.27% from 255 or 38.59% from 311); Blue value is 188 (73.83% from 255 or 60.45% from 311); Max value from RGB is 188 - color contains mainly: blue. Hex color #0378BC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0378BC is #FC8743. Grayscale: #5C5C5C. Windows color (decimal): -16549700 or 12351491. OLE color: 12351491.

HSL color Cylindrical-coordinate representation of color #0378BC: hue angle of 202.05º 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 #0378BC is Cyan = 0.98, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 3 120 188 -
CMYK 0.98 0.36 0 0.26
HSL 202.05º 0.97% 0.37% -
HSV(B) 202.05º 0.98% 0.74% -
XYZ 15.83 17.08 50.04 -
YUV 92.77 181.74 63.97 -
System Red Green Blue C M Y K H S L
Decimal 3 120 188 0.98 0.36 0 0.26 202.05 0.97 0.37
Hex 3 78 BC 62 24 0 1A CA 61 25
Octal 3 170 274 142 44 0 32 312 141 45
Binary 11 1111000 10111100 1100010 100100 0 11010 11001010 1100001 100101

Color Harmonies of #0378BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0378BC

Black with #0378BC

Text Example


Text Example

White with #0378BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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