Html Css Color HEX #032A98 Smalt

📋 copy color: '#032A98'

red 3 ◦ green 42 ◦ blue 152

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

Shades of Smalt #032A98

Tints of Smalt #032A98

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 77.16%

R = 1.52%
G = 21.32%
B = 77.16%

CMYK

 C value IS 0.98

 M value IS 0.72

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#032A98 (or 0x032A98) is known color: Smalt. HEX triplet: 03, 2A and 98. RGB value is (3,42,152). Sum of RGB (Red+Green+Blue) = 3+42+152=197 (26% of max value = 765). Red value is 3 (1.56% from 255 or 1.52% from 197); Green value is 42 (16.80% from 255 or 21.32% from 197); Blue value is 152 (59.77% from 255 or 77.16% from 197); Max value from RGB is 152 - color contains mainly: blue. Hex color #032A98 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #032A98 is #FCD567. Grayscale: #2A2A2A. Windows color (decimal): -16569704 or 9972227. OLE color: 9972227.

HSL color Cylindrical-coordinate representation of color #032A98: hue angle of 224.3º degrees, saturation: 0.96, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #032A98 is Cyan = 0.98, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 3 42 152 -
CMYK 0.98 0.72 0 0.40
HSL 224.3º 0.96% 0.3% -
HSV(B) 224.3º 0.98% 0.6% -
XYZ 6.53 3.94 30.12 -
YUV 42.88 189.58 99.56 -
System Red Green Blue C M Y K H S L
Decimal 3 42 152 0.98 0.72 0 0.40 224.3 0.96 0.3
Hex 3 2A 98 62 48 0 28 E0 60 1E
Octal 3 52 230 142 110 0 50 340 140 36
Binary 11 101010 10011000 1100010 1001000 0 101000 11100000 1100000 11110

Color Harmonies of #032A98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #032A98

Black with #032A98

Text Example


Text Example

White with #032A98

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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