#023395

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

Shades of Smalt #023395

Tints of Smalt #023395

Color information

#023395 (or 0x023395) is unknown color: approx Smalt. HEX triplet: 02, 33 and 95. RGB value is (2,51,149). Sum of RGB (Red+Green+Blue) = 2+51+149=202 (26% of max value = 765). Red value is 2 (1.17% from 255 or 0.99% from 202); Green value is 51 (20.31% from 255 or 25.25% from 202); Blue value is 149 (58.59% from 255 or 73.76% from 202); Max value from RGB is 149 - color contains mainly: blue. Hex color #023395 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #023395 is #FDCC6A. Grayscale: #2F2F2F. Windows color (decimal): -16632939 or 9777922. OLE color: 9777922.

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

Color convert

RGB251149-
CMYK0.990.6600.42
HSL220º97.35%29.61%-
HSV(B)220º98.66%58.43%-
XYZ6.634.5528.96-
YUV47.52185.2795.53-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.99%
GREEN value IS 51 (20.31% from 255) = 25.25%
BLUE value IS 149 (58.59% from 255) = 73.76%
R=0.99%
G=25.25%
B=73.76%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal2511490.990.6600.4222097.3529.61
Hex23395634202Adc611e
Octal26322514310205233414136
Binary101100111001010111000111000010010101011011100110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #023395

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #023395; }

 p { color: rgb(2,51,149); }

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

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

 a { background-color: rgb(2,51,149); }

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

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

 span { border-color: rgb(2,51,149); }

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