#042295

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

Shades of Smalt #042295

Tints of Smalt #042295

Color information

#042295 (or 0x042295) is unknown color: approx Smalt. HEX triplet: 04, 22 and 95. RGB value is (4,34,149). Sum of RGB (Red+Green+Blue) = 4+34+149=187 (24% of max value = 765). Red value is 4 (1.95% from 255 or 2.14% from 187); Green value is 34 (13.67% from 255 or 18.18% from 187); Blue value is 149 (58.59% from 255 or 79.68% from 187); Max value from RGB is 149 - color contains mainly: blue. Hex color #042295 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #042295 is #FBDD6A. Grayscale: #252525. Windows color (decimal): -16506219 or 9773572. OLE color: 9773572.

HSL color Cylindrical-coordinate representation of color #042295: hue angle of 227.59º 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 #042295 is Cyan = 0.97, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB434149-
CMYK0.970.7700.42
HSL227.59º94.77%30%-
HSV(B)227.59º97.32%58.43%-
XYZ6.053.3428.76-
YUV38.14190.56103.65-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.14%
GREEN value IS 34 (13.67% from 255) = 18.18%
BLUE value IS 149 (58.59% from 255) = 79.68%
R=2.14%
G=18.18%
B=79.68%

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
Decimal4341490.970.7700.42227.5994.7730
Hex42295614D02Ae45f1e
Octal44222514111505234413736
Binary1001000101001010111000011001101010101011100100101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #042295

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #042295; }

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

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

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

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

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

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

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

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