Html Css Color HEX #032E8B Smalt

📋 copy color: '#032E8B'

red 3 ◦ green 46 ◦ blue 139

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

Shades of Smalt #032E8B

Tints of Smalt #032E8B

RGB

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

 GREEN value IS 46 (18.36% from 255) = 24.47%

 BLUE value IS 139 (54.69% from 255) = 73.94%

R = 1.6%
G = 24.47%
B = 73.94%

CMYK

 C value IS 0.98

 M value IS 0.67

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#032E8B (or 0x032E8B) is known color: Smalt. HEX triplet: 03, 2E and 8B. RGB value is (3,46,139). Sum of RGB (Red+Green+Blue) = 3+46+139=188 (24% of max value = 765). Red value is 3 (1.56% from 255 or 1.60% from 188); Green value is 46 (18.36% from 255 or 24.47% from 188); Blue value is 139 (54.69% from 255 or 73.94% from 188); Max value from RGB is 139 - color contains mainly: blue. Hex color #032E8B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #032E8B is #FCD174. Grayscale: #2B2B2B. Windows color (decimal): -16568693 or 9121283. OLE color: 9121283.

HSL color Cylindrical-coordinate representation of color #032E8B: hue angle of 221.03º degrees, saturation: 0.96, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #032E8B is Cyan = 0.98, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 3 46 139 -
CMYK 0.98 0.67 0 0.45
HSL 221.03º 0.96% 0.28% -
HSV(B) 221.03º 0.98% 0.55% -
XYZ 5.67 3.84 24.87 -
YUV 43.75 181.75 98.94 -
System Red Green Blue C M Y K H S L
Decimal 3 46 139 0.98 0.67 0 0.45 221.03 0.96 0.28
Hex 3 2E 8B 62 43 0 2D DD 60 1C
Octal 3 56 213 142 103 0 55 335 140 34
Binary 11 101110 10001011 1100010 1000011 0 101101 11011101 1100000 11100

Color Harmonies of #032E8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #032E8B

Black with #032E8B

Text Example


Text Example

White with #032E8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,46,139); }

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

background-color css

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

 a { background-color: rgb(3,46,139); }

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

border-color css

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

 span { border-color: rgb(3,46,139); }

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