Html Css Color HEX #033490 Smalt

📋 copy color: '#033490'

red 3 ◦ green 52 ◦ blue 144

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

Shades of Smalt #033490

Tints of Smalt #033490

RGB

 RED value IS 3 (1.56% from 255) = 1.51%

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

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

R = 1.51%
G = 26.13%
B = 72.36%

CMYK

 C value IS 0.98

 M value IS 0.64

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#033490 (or 0x033490) is known color: Smalt. HEX triplet: 03, 34 and 90. RGB value is (3,52,144). Sum of RGB (Red+Green+Blue) = 3+52+144=199 (26% of max value = 765). Red value is 3 (1.56% from 255 or 1.51% from 199); Green value is 52 (20.70% from 255 or 26.13% from 199); Blue value is 144 (56.64% from 255 or 72.36% from 199); Max value from RGB is 144 - color contains mainly: blue. Hex color #033490 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #033490 is #FCCB6F. Grayscale: #2F2F2F. Windows color (decimal): -16567152 or 9450499. OLE color: 9450499.

HSL color Cylindrical-coordinate representation of color #033490: hue angle of 219.15º degrees, saturation: 0.96, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #033490 is Cyan = 0.98, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 3 52 144 -
CMYK 0.98 0.64 0 0.44
HSL 219.15º 0.96% 0.29% -
HSV(B) 219.15º 0.98% 0.56% -
XYZ 6.3 4.49 26.92 -
YUV 47.84 182.27 96.02 -
System Red Green Blue C M Y K H S L
Decimal 3 52 144 0.98 0.64 0 0.44 219.15 0.96 0.29
Hex 3 34 90 62 40 0 2C DB 60 1D
Octal 3 64 220 142 100 0 54 333 140 35
Binary 11 110100 10010000 1100010 1000000 0 101100 11011011 1100000 11101

Color Harmonies of #033490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #033490

Black with #033490

Text Example


Text Example

White with #033490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #033490; }

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

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

background-color css

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

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

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

border-color css

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

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

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