Html Css Color HEX #02339C Smalt

📋 copy color: '#02339C'

red 2 ◦ green 51 ◦ blue 156

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

Shades of Smalt #02339C

Tints of Smalt #02339C

RGB

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

 GREEN value IS 51 (20.31% from 255) = 24.4%

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

R = 0.96%
G = 24.4%
B = 74.64%

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

#02339C (or 0x02339C) is known color: Smalt. HEX triplet: 02, 33 and 9C. RGB value is (2,51,156). Sum of RGB (Red+Green+Blue) = 2+51+156=209 (27% of max value = 765). Red value is 2 (1.17% from 255 or 0.96% from 209); Green value is 51 (20.31% from 255 or 24.40% from 209); Blue value is 156 (61.33% from 255 or 74.64% from 209); Max value from RGB is 156 - color contains mainly: blue. Hex color #02339C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #02339C is #FDCC63. Grayscale: #2F2F2F. Windows color (decimal): -16632932 or 10236674. OLE color: 10236674.

HSL color Cylindrical-coordinate representation of color #02339C: hue angle of 220.91º 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 #02339C is Cyan = 0.99, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 2 51 156 -
CMYK 0.99 0.67 0 0.39
HSL 220.91º 0.97% 0.31% -
HSV(B) 220.91º 0.99% 0.61% -
XYZ 7.21 4.78 32 -
YUV 48.32 188.77 94.96 -
System Red Green Blue C M Y K H S L
Decimal 2 51 156 0.99 0.67 0 0.39 220.91 0.97 0.31
Hex 2 33 9C 63 43 0 27 DD 61 1F
Octal 2 63 234 143 103 0 47 335 141 37
Binary 10 110011 10011100 1100011 1000011 0 100111 11011101 1100001 11111

Color Harmonies of #02339C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02339C

Black with #02339C

Text Example


Text Example

White with #02339C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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