#042395

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

Shades of Smalt #042395

Tints of Smalt #042395

Color information

#042395 (or 0x042395) is unknown color: approx Smalt. HEX triplet: 04, 23 and 95. RGB value is (4,35,149). Sum of RGB (Red+Green+Blue) = 4+35+149=188 (24% of max value = 765). Red value is 4 (1.95% from 255 or 2.13% from 188); Green value is 35 (14.06% from 255 or 18.62% from 188); Blue value is 149 (58.59% from 255 or 79.26% from 188); Max value from RGB is 149 - color contains mainly: blue. Hex color #042395 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #042395 is #FBDC6A. Grayscale: #262626. Windows color (decimal): -16505963 or 9773828. OLE color: 9773828.

HSL color Cylindrical-coordinate representation of color #042395: hue angle of 227.17º degrees, saturation: 0.95, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #042395 is Cyan = 0.97, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB435149-
CMYK0.970.7700.42
HSL227.17º94.77%30%-
HSV(B)227.17º97.32%58.43%-
XYZ6.083.428.77-
YUV38.73190.23103.23-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.13%
GREEN value IS 35 (14.06% from 255) = 18.62%
BLUE value IS 149 (58.59% from 255) = 79.26%
R=2.13%
G=18.62%
B=79.26%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal4351490.970.7700.42227.1794.7730
Hex42395614D02Ae35f1e
Octal44322514111505234313736
Binary1001000111001010111000011001101010101011100011101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #042395

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #042395; }

 p { color: rgb(4,35,149); }

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

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

 a { background-color: rgb(4,35,149); }

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

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

 span { border-color: rgb(4,35,149); }

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