Html Css Color HEX #003495 Smalt

📋 copy color: '#003495'

red 0 ◦ green 52 ◦ blue 149

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

Shades of Smalt #003495

Tints of Smalt #003495

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 74.13%

R = 0%
G = 25.87%
B = 74.13%

CMYK

 C value IS 1

 M value IS 0.65

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#003495 (or 0x003495) is known color: Smalt. HEX triplet: 00, 34 and 95. RGB value is (0,52,149). Sum of RGB (Red+Green+Blue) = 0+52+149=201 (26% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 201); Green value is 52 (20.70% from 255 or 25.87% from 201); Blue value is 149 (58.59% from 255 or 74.13% from 201); Max value from RGB is 149 - color contains mainly: blue. Hex color #003495 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #003495 is #FFCB6A. Grayscale: #2F2F2F. Windows color (decimal): -16763755 or 9778176. OLE color: 9778176.

HSL color Cylindrical-coordinate representation of color #003495: hue angle of 219.06º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003495 is Cyan = 1, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 0 52 149 -
CMYK 1 0.65 0 0.42
HSL 219.06º 1% 0.29% -
HSV(B) 219.06º 1% 0.58% -
XYZ 6.65 4.63 28.98 -
YUV 47.51 185.27 94.11 -
System Red Green Blue C M Y K H S L
Decimal 0 52 149 1 0.65 0 0.42 219.06 1 0.29
Hex 0 34 95 64 41 0 2A DB 64 1D
Octal 0 64 225 144 101 0 52 333 144 35
Binary 0 110100 10010101 1100100 1000001 0 101010 11011011 1100100 11101

Color Harmonies of #003495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #003495

Black with #003495

Text Example


Text Example

White with #003495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #003495; }

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

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

background-color css

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

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

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

border-color css

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

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

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