Html Css Color HEX #03378E Smalt

📋 copy color: '#03378E'

red 3 ◦ green 55 ◦ blue 142

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

Shades of Smalt #03378E

Tints of Smalt #03378E

RGB

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

 GREEN value IS 55 (21.88% from 255) = 27.5%

 BLUE value IS 142 (55.86% from 255) = 71%

R = 1.5%
G = 27.5%
B = 71%

CMYK

 C value IS 0.98

 M value IS 0.61

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#03378E (or 0x03378E) is known color: Smalt. HEX triplet: 03, 37 and 8E. RGB value is (3,55,142). Sum of RGB (Red+Green+Blue) = 3+55+142=200 (26% of max value = 765). Red value is 3 (1.56% from 255 or 1.5% from 200); Green value is 55 (21.88% from 255 or 27.5% from 200); Blue value is 142 (55.86% from 255 or 71% from 200); Max value from RGB is 142 - color contains mainly: blue. Hex color #03378E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #03378E is #FCC871. Grayscale: #303030. Windows color (decimal): -16566386 or 9320195. OLE color: 9320195.

HSL color Cylindrical-coordinate representation of color #03378E: hue angle of 217.55º degrees, saturation: 0.96, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03378E is Cyan = 0.98, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 3 55 142 -
CMYK 0.98 0.61 0 0.44
HSL 217.55º 0.96% 0.28% -
HSV(B) 217.55º 0.98% 0.56% -
XYZ 6.29 4.7 26.17 -
YUV 49.37 180.27 94.93 -
System Red Green Blue C M Y K H S L
Decimal 3 55 142 0.98 0.61 0 0.44 217.55 0.96 0.28
Hex 3 37 8E 62 3D 0 2C DA 60 1C
Octal 3 67 216 142 75 0 54 332 140 34
Binary 11 110111 10001110 1100010 111101 0 101100 11011010 1100000 11100

Color Harmonies of #03378E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03378E

Black with #03378E

Text Example


Text Example

White with #03378E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #03378E; }

 p { color: rgb(3,55,142); }

 H1.HeaderClassName
 {
   color: #03378E;
 }
 .AnyTagClassName
 {
   color: #03378E;
 }
</style>

background-color css

<style>
 a { background-color: #03378E; }

 a { background-color: rgb(3,55,142); }

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

border-color css

<style>
 span { border-color: #03378E; }

 span { border-color: rgb(3,55,142); }

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