#02349A

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

Shades of Smalt #02349A

Tints of Smalt #02349A

Color information

#02349A (or 0x02349A) is unknown color: approx Smalt. HEX triplet: 02, 34 and 9A. RGB value is (2,52,154). Sum of RGB (Red+Green+Blue) = 2+52+154=208 (27% of max value = 765). Red value is 2 (1.17% from 255 or 0.96% from 208); Green value is 52 (20.70% from 255 or 25% from 208); Blue value is 154 (60.55% from 255 or 74.04% from 208); Max value from RGB is 154 - color contains mainly: blue. Hex color #02349A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #02349A is #FDCB65. Grayscale: #303030. Windows color (decimal): -16632678 or 10105858. OLE color: 10105858.

HSL color Cylindrical-coordinate representation of color #02349A: hue angle of 220.26º degrees, saturation: 0.97, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02349A is Cyan = 0.99, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB252154-
CMYK0.990.6600.40
HSL220.26º97.44%30.59%-
HSV(B)220.26º98.7%60.39%-
XYZ7.094.831.13-
YUV48.68187.4494.71-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.96%
GREEN value IS 52 (20.70% from 255) = 25%
BLUE value IS 154 (60.55% from 255) = 74.04%
R=0.96%
G=25%
B=74.04%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal2521540.990.6600.40220.2697.4430.59
Hex2349A6342028dc611f
Octal26423214310205033414137
Binary101101001001101011000111000010010100011011100110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02349A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #02349A; }

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

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

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

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

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

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

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

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