Html Css Color HEX #003499 Smalt

📋 copy color: '#003499'

red 0 ◦ green 52 ◦ blue 153

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

Shades of Smalt #003499

Tints of Smalt #003499

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 74.63%

R = 0%
G = 25.37%
B = 74.63%

CMYK

 C value IS 1

 M value IS 0.66

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#003499 (or 0x003499) is known color: Smalt. HEX triplet: 00, 34 and 99. RGB value is (0,52,153). Sum of RGB (Red+Green+Blue) = 0+52+153=205 (27% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 205); Green value is 52 (20.70% from 255 or 25.37% from 205); Blue value is 153 (60.16% from 255 or 74.63% from 205); Max value from RGB is 153 - color contains mainly: blue. Hex color #003499 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #003499 is #FFCB66. Grayscale: #2F2F2F. Windows color (decimal): -16763751 or 10040320. OLE color: 10040320.

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

Color convert

RGB 0 52 153 -
CMYK 1 0.66 0 0.4
HSL 219.61º 1% 0.3% -
HSV(B) 219.61º 1% 0.6% -
XYZ 6.98 4.76 30.69 -
YUV 47.97 187.27 93.79 -
System Red Green Blue C M Y K H S L
Decimal 0 52 153 1 0.66 0 0.4 219.61 1 0.3
Hex 0 34 99 64 42 0 28 DC 64 1E
Octal 0 64 231 144 102 0 50 334 144 36
Binary 0 110100 10011001 1100100 1000010 0 101000 11011100 1100100 11110

Color Harmonies of #003499

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #003499

Black with #003499

Text Example


Text Example

White with #003499

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #003499; }

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

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

background-color css

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

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

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

border-color css

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

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

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