Html Css Color HEX #003590 Smalt

📋 copy color: '#003590'

red 0 ◦ green 53 ◦ blue 144

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

Shades of Smalt #003590

Tints of Smalt #003590

RGB

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

 GREEN value IS 53 (21.09% from 255) = 26.9%

 BLUE value IS 144 (56.64% from 255) = 73.1%

R = 0%
G = 26.9%
B = 73.1%

CMYK

 C value IS 1

 M value IS 0.63

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#003590 (or 0x003590) is known color: Smalt. HEX triplet: 00, 35 and 90. RGB value is (0,53,144). Sum of RGB (Red+Green+Blue) = 0+53+144=197 (26% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 197); Green value is 53 (21.09% from 255 or 26.90% from 197); Blue value is 144 (56.64% from 255 or 73.10% from 197); Max value from RGB is 144 - color contains mainly: blue. Hex color #003590 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #003590 is #FFCA6F. Grayscale: #2F2F2F. Windows color (decimal): -16763504 or 9450752. OLE color: 9450752.

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

Color convert

RGB 0 53 144 -
CMYK 1 0.63 0 0.44
HSL 217.92º 1% 0.28% -
HSV(B) 217.92º 1% 0.56% -
XYZ 6.31 4.56 26.93 -
YUV 47.53 182.44 94.1 -
System Red Green Blue C M Y K H S L
Decimal 0 53 144 1 0.63 0 0.44 217.92 1 0.28
Hex 0 35 90 64 3F 0 2C DA 64 1C
Octal 0 65 220 144 77 0 54 332 144 34
Binary 0 110101 10010000 1100100 111111 0 101100 11011010 1100100 11100

Color Harmonies of #003590

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #003590

Black with #003590

Text Example


Text Example

White with #003590

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #003590; }

 p { color: rgb(0,53,144); }

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

background-color css

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

 a { background-color: rgb(0,53,144); }

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

border-color css

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

 span { border-color: rgb(0,53,144); }

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