#02348D

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

Shades of Smalt #02348D

Tints of Smalt #02348D

Color information

#02348D (or 0x02348D) is unknown color: approx Smalt. HEX triplet: 02, 34 and 8D. RGB value is (2,52,141). Sum of RGB (Red+Green+Blue) = 2+52+141=195 (25% of max value = 765). Red value is 2 (1.17% from 255 or 1.03% from 195); Green value is 52 (20.70% from 255 or 26.67% from 195); Blue value is 141 (55.47% from 255 or 72.31% from 195); Max value from RGB is 141 - color contains mainly: blue. Hex color #02348D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #02348D is #FDCB72. Grayscale: #2E2E2E. Windows color (decimal): -16632691 or 9253890. OLE color: 9253890.

HSL color Cylindrical-coordinate representation of color #02348D: hue angle of 218.42º 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 #02348D is Cyan = 0.99, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB252141-
CMYK0.990.6300.45
HSL218.42º97.2%28.04%-
HSV(B)218.42º98.58%55.29%-
XYZ6.064.3925.73-
YUV47.2180.9495.76-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.03%
GREEN value IS 52 (20.70% from 255) = 26.67%
BLUE value IS 141 (55.47% from 255) = 72.31%
R=1.03%
G=26.67%
B=72.31%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal2521410.990.6300.45218.4297.228.04
Hex2348D633F02Dda611c
Octal2642151437705533214134
Binary10110100100011011100011111111010110111011010110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02348D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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