#02358D

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

Shades of Smalt #02358D

Tints of Smalt #02358D

Color information

#02358D (or 0x02358D) is unknown color: approx Smalt. HEX triplet: 02, 35 and 8D. RGB value is (2,53,141). Sum of RGB (Red+Green+Blue) = 2+53+141=196 (25% of max value = 765). Red value is 2 (1.17% from 255 or 1.02% from 196); Green value is 53 (21.09% from 255 or 27.04% from 196); Blue value is 141 (55.47% from 255 or 71.94% from 196); Max value from RGB is 141 - color contains mainly: blue. Hex color #02358D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #02358D is #FDCA72. Grayscale: #2F2F2F. Windows color (decimal): -16632435 or 9254146. OLE color: 9254146.

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

Color convert

RGB253141-
CMYK0.990.6200.45
HSL217.99º97.2%28.04%-
HSV(B)217.99º98.58%55.29%-
XYZ6.114.4825.74-
YUV47.78180.695.34-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.02%
GREEN value IS 53 (21.09% from 255) = 27.04%
BLUE value IS 141 (55.47% from 255) = 71.94%
R=1.02%
G=27.04%
B=71.94%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal2531410.990.6200.45217.9997.228.04
Hex2358D633E02Dda611c
Octal2652151437605533214134
Binary10110101100011011100011111110010110111011010110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02358D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #02358D; }

 p { color: rgb(2,53,141); }

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

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

 a { background-color: rgb(2,53,141); }

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

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

 span { border-color: rgb(2,53,141); }

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