Html Css Color HEX #003491 Smalt

📋 copy color: '#003491'

red 0 ◦ green 52 ◦ blue 145

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

Shades of Smalt #003491

Tints of Smalt #003491

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 73.6%

R = 0%
G = 26.4%
B = 73.6%

CMYK

 C value IS 1

 M value IS 0.64

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#003491 (or 0x003491) is known color: Smalt. HEX triplet: 00, 34 and 91. RGB value is (0,52,145). Sum of RGB (Red+Green+Blue) = 0+52+145=197 (26% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 197); Green value is 52 (20.70% from 255 or 26.40% from 197); Blue value is 145 (57.03% from 255 or 73.60% from 197); Max value from RGB is 145 - color contains mainly: blue. Hex color #003491 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #003491 is #FFCB6E. Grayscale: #2E2E2E. Windows color (decimal): -16763759 or 9516032. OLE color: 9516032.

HSL color Cylindrical-coordinate representation of color #003491: hue angle of 218.48º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003491 is Cyan = 1, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 0 52 145 -
CMYK 1 0.64 0 0.43
HSL 218.48º 1% 0.28% -
HSV(B) 218.48º 1% 0.57% -
XYZ 6.34 4.5 27.32 -
YUV 47.05 183.27 94.44 -
System Red Green Blue C M Y K H S L
Decimal 0 52 145 1 0.64 0 0.43 218.48 1 0.28
Hex 0 34 91 64 40 0 2B DA 64 1C
Octal 0 64 221 144 100 0 53 332 144 34
Binary 0 110100 10010001 1100100 1000000 0 101011 11011010 1100100 11100

Color Harmonies of #003491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #003491

Black with #003491

Text Example


Text Example

White with #003491

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #003491; }

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

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

background-color css

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

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

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

border-color css

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

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

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