Html Css Color HEX #0378BE Cerulean

📋 copy color: '#0378BE'

red 3 ◦ green 120 ◦ blue 190

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

Shades of Cerulean #0378BE

Tints of Cerulean #0378BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 60.7%

R = 0.96%
G = 38.34%
B = 60.7%

CMYK

 C value IS 0.98

 M value IS 0.37

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#0378BE (or 0x0378BE) is known color: Cerulean. HEX triplet: 03, 78 and BE. RGB value is (3,120,190). Sum of RGB (Red+Green+Blue) = 3+120+190=313 (41% of max value = 765). Red value is 3 (1.56% from 255 or 0.96% from 313); Green value is 120 (47.27% from 255 or 38.34% from 313); Blue value is 190 (74.61% from 255 or 60.70% from 313); Max value from RGB is 190 - color contains mainly: blue. Hex color #0378BE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0378BE is #FC8741. Grayscale: #5C5C5C. Windows color (decimal): -16549698 or 12482563. OLE color: 12482563.

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

Color convert

RGB 3 120 190 -
CMYK 0.98 0.37 0 0.25
HSL 202.46º 0.97% 0.38% -
HSV(B) 202.46º 0.98% 0.75% -
XYZ 16.05 17.17 51.18 -
YUV 93 182.74 63.81 -
System Red Green Blue C M Y K H S L
Decimal 3 120 190 0.98 0.37 0 0.25 202.46 0.97 0.38
Hex 3 78 BE 62 25 0 19 CA 61 26
Octal 3 170 276 142 45 0 31 312 141 46
Binary 11 1111000 10111110 1100010 100101 0 11001 11001010 1100001 100110

Color Harmonies of #0378BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0378BE

Black with #0378BE

Text Example


Text Example

White with #0378BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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