Html Css Color HEX #023296 Smalt

📋 copy color: '#023296'

red 2 ◦ green 50 ◦ blue 150

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

Shades of Smalt #023296

Tints of Smalt #023296

RGB

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

 GREEN value IS 50 (19.92% from 255) = 24.75%

 BLUE value IS 150 (58.98% from 255) = 74.26%

R = 0.99%
G = 24.75%
B = 74.26%

CMYK

 C value IS 0.99

 M value IS 0.67

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#023296 (or 0x023296) is known color: Smalt. HEX triplet: 02, 32 and 96. RGB value is (2,50,150). Sum of RGB (Red+Green+Blue) = 2+50+150=202 (26% of max value = 765). Red value is 2 (1.17% from 255 or 0.99% from 202); Green value is 50 (19.92% from 255 or 24.75% from 202); Blue value is 150 (58.98% from 255 or 74.26% from 202); Max value from RGB is 150 - color contains mainly: blue. Hex color #023296 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #023296 is #FDCD69. Grayscale: #2E2E2E. Windows color (decimal): -16633194 or 9843202. OLE color: 9843202.

HSL color Cylindrical-coordinate representation of color #023296: hue angle of 220.54º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #023296 is Cyan = 0.99, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 2 50 150 -
CMYK 0.99 0.67 0 0.41
HSL 220.54º 0.97% 0.3% -
HSV(B) 220.54º 0.99% 0.59% -
XYZ 6.67 4.5 29.37 -
YUV 47.05 186.1 95.87 -
System Red Green Blue C M Y K H S L
Decimal 2 50 150 0.99 0.67 0 0.41 220.54 0.97 0.3
Hex 2 32 96 63 43 0 29 DD 61 1E
Octal 2 62 226 143 103 0 51 335 141 36
Binary 10 110010 10010110 1100011 1000011 0 101001 11011101 1100001 11110

Color Harmonies of #023296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #023296

Black with #023296

Text Example


Text Example

White with #023296

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #023296; }

 p { color: rgb(2,50,150); }

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

background-color css

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

 a { background-color: rgb(2,50,150); }

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

border-color css

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

 span { border-color: rgb(2,50,150); }

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