#04378B

Color #04378B Smalt (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Smalt #04378B

Tints of Smalt #04378B

Color information

#04378B (or 0x04378B) is unknown color: approx Smalt. HEX triplet: 04, 37 and 8B. RGB value is (4,55,139). Sum of RGB (Red+Green+Blue) = 4+55+139=198 (26% of max value = 765). Red value is 4 (1.95% from 255 or 2.02% from 198); Green value is 55 (21.88% from 255 or 27.78% from 198); Blue value is 139 (54.69% from 255 or 70.20% from 198); Max value from RGB is 139 - color contains mainly: blue. Hex color #04378B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #04378B is #FBC874. Grayscale: #303030. Windows color (decimal): -16500853 or 9123588. OLE color: 9123588.

HSL color Cylindrical-coordinate representation of color #04378B: hue angle of 217.33º degrees, saturation: 0.94, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #04378B is Cyan = 0.97, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB455139-
CMYK0.970.6000.45
HSL217.33º94.41%28.04%-
HSV(B)217.33º97.12%54.51%-
XYZ6.084.6225-
YUV49.33178.695.67-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.02%
GREEN value IS 55 (21.88% from 255) = 27.78%
BLUE value IS 139 (54.69% from 255) = 70.20%
R=2.02%
G=27.78%
B=70.20%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal4551390.970.6000.45217.3394.4128.04
Hex4378B613C02Dd95e1c
Octal4672131417405533113634
Binary100110111100010111100001111100010110111011001101111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04378B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #04378B; }

 p { color: rgb(4,55,139); }

 H1.HeaderClassName
 {
   color: #04378B;
 }
 .AnyTagClassName
 {
   color: #04378B;
 }
</style>
background-color css

<style>
 a { background-color: #04378B; }

 a { background-color: rgb(4,55,139); }

 div.DivClassName
 {
   background-color: #04378B;
 }
 .BgClassName
 {
   background-color: #04378B;
 }
</style>
border-color css

<style>
 span { border-color: #04378B; }

 span { border-color: rgb(4,55,139); }

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