Html Css Color HEX #02349C Smalt

📋 copy color: '#02349C'

red 2 ◦ green 52 ◦ blue 156

#02349C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Smalt #02349C

Tints of Smalt #02349C

RGB

 RED value IS 2 (1.17% from 255) = 0.95%

 GREEN value IS 52 (20.7% from 255) = 24.76%

 BLUE value IS 156 (61.33% from 255) = 74.29%

R = 0.95%
G = 24.76%
B = 74.29%

CMYK

 C value IS 0.99

 M value IS 0.67

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#02349C (or 0x02349C) is known color: Smalt. HEX triplet: 02, 34 and 9C. RGB value is (2,52,156). Sum of RGB (Red+Green+Blue) = 2+52+156=210 (27% of max value = 765). Red value is 2 (1.17% from 255 or 0.95% from 210); Green value is 52 (20.70% from 255 or 24.76% from 210); Blue value is 156 (61.33% from 255 or 74.29% from 210); Max value from RGB is 156 - color contains mainly: blue. Hex color #02349C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #02349C is #FDCB63. Grayscale: #303030. Windows color (decimal): -16632676 or 10236930. OLE color: 10236930.

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

Color convert

RGB 2 52 156 -
CMYK 0.99 0.67 0 0.39
HSL 220.52º 0.97% 0.31% -
HSV(B) 220.52º 0.99% 0.61% -
XYZ 7.25 4.87 32.01 -
YUV 48.91 188.44 94.54 -
System Red Green Blue C M Y K H S L
Decimal 2 52 156 0.99 0.67 0 0.39 220.52 0.97 0.31
Hex 2 34 9C 63 43 0 27 DD 61 1F
Octal 2 64 234 143 103 0 47 335 141 37
Binary 10 110100 10011100 1100011 1000011 0 100111 11011101 1100001 11111

Color Harmonies of #02349C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02349C

Black with #02349C

Text Example


Text Example

White with #02349C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #02349C;
 }
 .AnyTagClassName
 {
   color: #02349C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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