Html Css Color HEX #033190 Smalt

📋 copy color: '#033190'

red 3 ◦ green 49 ◦ blue 144

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

Shades of Smalt #033190

Tints of Smalt #033190

RGB

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

 GREEN value IS 49 (19.53% from 255) = 25%

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

R = 1.53%
G = 25%
B = 73.47%

CMYK

 C value IS 0.98

 M value IS 0.66

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#033190 (or 0x033190) is known color: Smalt. HEX triplet: 03, 31 and 90. RGB value is (3,49,144). Sum of RGB (Red+Green+Blue) = 3+49+144=196 (25% of max value = 765). Red value is 3 (1.56% from 255 or 1.53% from 196); Green value is 49 (19.53% from 255 or 25% 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 #033190 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #033190 is #FCCE6F. Grayscale: #2D2D2D. Windows color (decimal): -16567920 or 9449731. OLE color: 9449731.

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

Color convert

RGB 3 49 144 -
CMYK 0.98 0.66 0 0.44
HSL 220.43º 0.96% 0.29% -
HSV(B) 220.43º 0.98% 0.56% -
XYZ 6.17 4.23 26.88 -
YUV 46.08 183.26 97.28 -
System Red Green Blue C M Y K H S L
Decimal 3 49 144 0.98 0.66 0 0.44 220.43 0.96 0.29
Hex 3 31 90 62 42 0 2C DC 60 1D
Octal 3 61 220 142 102 0 54 334 140 35
Binary 11 110001 10010000 1100010 1000010 0 101100 11011100 1100000 11101

Color Harmonies of #033190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #033190

Black with #033190

Text Example


Text Example

White with #033190

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #033190; }

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

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

background-color css

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

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

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

border-color css

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

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

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