Html Css Color HEX #003497 Smalt

📋 copy color: '#003497'

red 0 ◦ green 52 ◦ blue 151

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

Shades of Smalt #003497

Tints of Smalt #003497

RGB

 RED value IS 0 (0.39% from 255) = 0%

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

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

R = 0%
G = 25.62%
B = 74.38%

CMYK

 C value IS 1

 M value IS 0.66

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#003497 (or 0x003497) is known color: Smalt. HEX triplet: 00, 34 and 97. RGB value is (0,52,151). Sum of RGB (Red+Green+Blue) = 0+52+151=203 (26% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 203); Green value is 52 (20.70% from 255 or 25.62% from 203); Blue value is 151 (59.38% from 255 or 74.38% from 203); Max value from RGB is 151 - color contains mainly: blue. Hex color #003497 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #003497 is #FFCB68. Grayscale: #2F2F2F. Windows color (decimal): -16763753 or 9909248. OLE color: 9909248.

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

Color convert

RGB 0 52 151 -
CMYK 1 0.66 0 0.41
HSL 219.34º 1% 0.3% -
HSV(B) 219.34º 1% 0.59% -
XYZ 6.81 4.69 29.82 -
YUV 47.74 186.27 93.95 -
System Red Green Blue C M Y K H S L
Decimal 0 52 151 1 0.66 0 0.41 219.34 1 0.3
Hex 0 34 97 64 42 0 29 DB 64 1E
Octal 0 64 227 144 102 0 51 333 144 36
Binary 0 110100 10010111 1100100 1000010 0 101001 11011011 1100100 11110

Color Harmonies of #003497

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #003497

Black with #003497

Text Example


Text Example

White with #003497

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #003497; }

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

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

background-color css

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

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

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

border-color css

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

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

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