Html Css Color HEX #023497 Smalt

📋 copy color: '#023497'

red 2 ◦ green 52 ◦ blue 151

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

Shades of Smalt #023497

Tints of Smalt #023497

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 73.66%

R = 0.98%
G = 25.37%
B = 73.66%

CMYK

 C value IS 0.99

 M value IS 0.66

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#023497 (or 0x023497) is known color: Smalt. HEX triplet: 02, 34 and 97. RGB value is (2,52,151). Sum of RGB (Red+Green+Blue) = 2+52+151=205 (27% of max value = 765). Red value is 2 (1.17% from 255 or 0.98% from 205); Green value is 52 (20.70% from 255 or 25.37% from 205); Blue value is 151 (59.38% from 255 or 73.66% from 205); Max value from RGB is 151 - color contains mainly: blue. Hex color #023497 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #023497 is #FDCB68. Grayscale: #2F2F2F. Windows color (decimal): -16632681 or 9909250. OLE color: 9909250.

HSL color Cylindrical-coordinate representation of color #023497: hue angle of 219.87º 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 #023497 is Cyan = 0.99, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 2 52 151 -
CMYK 0.99 0.66 0 0.41
HSL 219.87º 0.97% 0.3% -
HSV(B) 219.87º 0.99% 0.59% -
XYZ 6.84 4.7 29.83 -
YUV 48.34 185.94 94.95 -
System Red Green Blue C M Y K H S L
Decimal 2 52 151 0.99 0.66 0 0.41 219.87 0.97 0.3
Hex 2 34 97 63 42 0 29 DC 61 1E
Octal 2 64 227 143 102 0 51 334 141 36
Binary 10 110100 10010111 1100011 1000010 0 101001 11011100 1100001 11110

Color Harmonies of #023497

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #023497

Black with #023497

Text Example


Text Example

White with #023497

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #023497; }

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

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

background-color css

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

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

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

border-color css

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

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

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