Html Css Color HEX #0378AD Cerulean

📋 copy color: '#0378AD'

red 3 ◦ green 120 ◦ blue 173

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

Shades of Cerulean #0378AD

Tints of Cerulean #0378AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 58.45%

R = 1.01%
G = 40.54%
B = 58.45%

CMYK

 C value IS 0.98

 M value IS 0.31

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#0378AD (or 0x0378AD) is known color: Cerulean. HEX triplet: 03, 78 and AD. RGB value is (3,120,173). Sum of RGB (Red+Green+Blue) = 3+120+173=296 (39% of max value = 765). Red value is 3 (1.56% from 255 or 1.01% from 296); Green value is 120 (47.27% from 255 or 40.54% from 296); Blue value is 173 (67.97% from 255 or 58.45% from 296); Max value from RGB is 173 - color contains mainly: blue. Hex color #0378AD is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0378AD is #FC8752. Grayscale: #5A5A5A. Windows color (decimal): -16549715 or 11368451. OLE color: 11368451.

HSL color Cylindrical-coordinate representation of color #0378AD: hue angle of 198.71º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0378AD is Cyan = 0.98, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 3 120 173 -
CMYK 0.98 0.31 0 0.32
HSL 198.71º 0.97% 0.35% -
HSV(B) 198.71º 0.98% 0.68% -
XYZ 14.3 16.47 41.96 -
YUV 91.06 174.24 65.19 -
System Red Green Blue C M Y K H S L
Decimal 3 120 173 0.98 0.31 0 0.32 198.71 0.97 0.35
Hex 3 78 AD 62 1F 0 20 C7 61 23
Octal 3 170 255 142 37 0 40 307 141 43
Binary 11 1111000 10101101 1100010 11111 0 100000 11000111 1100001 100011

Color Harmonies of #0378AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0378AD

Black with #0378AD

Text Example


Text Example

White with #0378AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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