Html Css Color HEX #032A85 Smalt

📋 copy color: '#032A85'

red 3 ◦ green 42 ◦ blue 133

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

Shades of Smalt #032A85

Tints of Smalt #032A85

RGB

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

 GREEN value IS 42 (16.8% from 255) = 23.6%

 BLUE value IS 133 (52.34% from 255) = 74.72%

R = 1.69%
G = 23.6%
B = 74.72%

CMYK

 C value IS 0.98

 M value IS 0.68

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#032A85 (or 0x032A85) is known color: Smalt. HEX triplet: 03, 2A and 85. RGB value is (3,42,133). Sum of RGB (Red+Green+Blue) = 3+42+133=178 (23% of max value = 765). Red value is 3 (1.56% from 255 or 1.69% from 178); Green value is 42 (16.80% from 255 or 23.60% from 178); Blue value is 133 (52.34% from 255 or 74.72% from 178); Max value from RGB is 133 - color contains mainly: blue. Hex color #032A85 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #032A85 is #FCD57A. Grayscale: #282828. Windows color (decimal): -16569723 or 8727043. OLE color: 8727043.

HSL color Cylindrical-coordinate representation of color #032A85: hue angle of 222º degrees, saturation: 0.96, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #032A85 is Cyan = 0.98, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 3 42 133 -
CMYK 0.98 0.68 0 0.48
HSL 222º 0.96% 0.27% -
HSV(B) 222º 0.98% 0.52% -
XYZ 5.1 3.37 22.57 -
YUV 40.71 180.08 101.1 -
System Red Green Blue C M Y K H S L
Decimal 3 42 133 0.98 0.68 0 0.48 222 0.96 0.27
Hex 3 2A 85 62 44 0 30 DE 60 1B
Octal 3 52 205 142 104 0 60 336 140 33
Binary 11 101010 10000101 1100010 1000100 0 110000 11011110 1100000 11011

Color Harmonies of #032A85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #032A85

Black with #032A85

Text Example


Text Example

White with #032A85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #032A85; }

 p { color: rgb(3,42,133); }

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

background-color css

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

 a { background-color: rgb(3,42,133); }

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

border-color css

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

 span { border-color: rgb(3,42,133); }

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