Html Css Color HEX #0378AB Cerulean

📋 copy color: '#0378AB'

red 3 ◦ green 120 ◦ blue 171

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

Shades of Cerulean #0378AB

Tints of Cerulean #0378AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 58.16%

R = 1.02%
G = 40.82%
B = 58.16%

CMYK

 C value IS 0.98

 M value IS 0.30

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0378AB (or 0x0378AB) is known color: Cerulean. HEX triplet: 03, 78 and AB. RGB value is (3,120,171). Sum of RGB (Red+Green+Blue) = 3+120+171=294 (38% of max value = 765). Red value is 3 (1.56% from 255 or 1.02% from 294); Green value is 120 (47.27% from 255 or 40.82% from 294); Blue value is 171 (67.19% from 255 or 58.16% from 294); Max value from RGB is 171 - color contains mainly: blue. Hex color #0378AB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0378AB is #FC8754. Grayscale: #5A5A5A. Windows color (decimal): -16549717 or 11237379. OLE color: 11237379.

HSL color Cylindrical-coordinate representation of color #0378AB: hue angle of 198.21º degrees, saturation: 0.97, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0378AB is Cyan = 0.98, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 3 120 171 -
CMYK 0.98 0.30 0 0.33
HSL 198.21º 0.97% 0.34% -
HSV(B) 198.21º 0.98% 0.67% -
XYZ 14.1 16.39 40.95 -
YUV 90.83 173.24 65.35 -
System Red Green Blue C M Y K H S L
Decimal 3 120 171 0.98 0.30 0 0.33 198.21 0.97 0.34
Hex 3 78 AB 62 1E 0 21 C6 61 22
Octal 3 170 253 142 36 0 41 306 141 42
Binary 11 1111000 10101011 1100010 11110 0 100001 11000110 1100001 100010

Color Harmonies of #0378AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0378AB

Black with #0378AB

Text Example


Text Example

White with #0378AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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