Html Css Color HEX #003490 Smalt

📋 copy color: '#003490'

red 0 ◦ green 52 ◦ blue 144

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

Shades of Smalt #003490

Tints of Smalt #003490

RGB

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

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

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

R = 0%
G = 26.53%
B = 73.47%

CMYK

 C value IS 1

 M value IS 0.64

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#003490 (or 0x003490) is known color: Smalt. HEX triplet: 00, 34 and 90. RGB value is (0,52,144). Sum of RGB (Red+Green+Blue) = 0+52+144=196 (25% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 196); Green value is 52 (20.70% from 255 or 26.53% from 196); Blue value is 144 (56.64% from 255 or 73.47% from 196); Max value from RGB is 144 - color contains mainly: blue. Hex color #003490 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #003490 is #FFCB6F. Grayscale: #2E2E2E. Windows color (decimal): -16763760 or 9450496. OLE color: 9450496.

HSL color Cylindrical-coordinate representation of color #003490: hue angle of 218.33º 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 #003490 is Cyan = 1, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 0 52 144 -
CMYK 1 0.64 0 0.44
HSL 218.33º 1% 0.28% -
HSV(B) 218.33º 1% 0.56% -
XYZ 6.26 4.47 26.92 -
YUV 46.94 182.77 94.52 -
System Red Green Blue C M Y K H S L
Decimal 0 52 144 1 0.64 0 0.44 218.33 1 0.28
Hex 0 34 90 64 40 0 2C DA 64 1C
Octal 0 64 220 144 100 0 54 332 144 34
Binary 0 110100 10010000 1100100 1000000 0 101100 11011010 1100100 11100

Color Harmonies of #003490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #003490

Black with #003490

Text Example


Text Example

White with #003490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #003490; }

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

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

background-color css

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

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

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

border-color css

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

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

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