#023285

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

Shades of Smalt #023285

Tints of Smalt #023285

Color information

#023285 (or 0x023285) is unknown color: approx Smalt. HEX triplet: 02, 32 and 85. RGB value is (2,50,133). Sum of RGB (Red+Green+Blue) = 2+50+133=185 (24% of max value = 765). Red value is 2 (1.17% from 255 or 1.08% from 185); Green value is 50 (19.92% from 255 or 27.03% from 185); Blue value is 133 (52.34% from 255 or 71.89% from 185); Max value from RGB is 133 - color contains mainly: blue. Hex color #023285 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #023285 is #FDCD7A. Grayscale: #2C2C2C. Windows color (decimal): -16633211 or 8729090. OLE color: 8729090.

HSL color Cylindrical-coordinate representation of color #023285: hue angle of 218.02º degrees, saturation: 0.97, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #023285 is Cyan = 0.98, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB250133-
CMYK0.980.6200.48
HSL218.02º97.04%26.47%-
HSV(B)218.02º98.5%52.16%-
XYZ5.43.9922.68-
YUV45.11177.697.25-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.08%
GREEN value IS 50 (19.92% from 255) = 27.03%
BLUE value IS 133 (52.34% from 255) = 71.89%
R=1.08%
G=27.03%
B=71.89%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal2501330.980.6200.48218.0297.0426.47
Hex23285623E030da611a
Octal2622051427606033214132
Binary10110010100001011100010111110011000011011010110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #023285

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #023285; }

 p { color: rgb(2,50,133); }

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

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

 a { background-color: rgb(2,50,133); }

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

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

 span { border-color: rgb(2,50,133); }

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