Html Css Color HEX #032290 Smalt

📋 copy color: '#032290'

red 3 ◦ green 34 ◦ blue 144

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

Shades of Smalt #032290

Tints of Smalt #032290

RGB

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

 GREEN value IS 34 (13.67% from 255) = 18.78%

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

R = 1.66%
G = 18.78%
B = 79.56%

CMYK

 C value IS 0.98

 M value IS 0.76

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#032290 (or 0x032290) is known color: Smalt. HEX triplet: 03, 22 and 90. RGB value is (3,34,144). Sum of RGB (Red+Green+Blue) = 3+34+144=181 (23% of max value = 765). Red value is 3 (1.56% from 255 or 1.66% from 181); Green value is 34 (13.67% from 255 or 18.78% from 181); Blue value is 144 (56.64% from 255 or 79.56% from 181); Max value from RGB is 144 - color contains mainly: blue. Hex color #032290 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #032290 is #FCDD6F. Grayscale: #242424. Windows color (decimal): -16571760 or 9445891. OLE color: 9445891.

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

Color convert

RGB 3 34 144 -
CMYK 0.98 0.76 0 0.44
HSL 226.81º 0.96% 0.29% -
HSV(B) 226.81º 0.98% 0.56% -
XYZ 5.64 3.18 26.7 -
YUV 37.27 188.23 103.56 -
System Red Green Blue C M Y K H S L
Decimal 3 34 144 0.98 0.76 0 0.44 226.81 0.96 0.29
Hex 3 22 90 62 4C 0 2C E3 60 1D
Octal 3 42 220 142 114 0 54 343 140 35
Binary 11 100010 10010000 1100010 1001100 0 101100 11100011 1100000 11101

Color Harmonies of #032290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #032290

Black with #032290

Text Example


Text Example

White with #032290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #032290; }

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

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

background-color css

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

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

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

border-color css

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

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

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