Html Css Color HEX #32489D Tory Blue

📋 copy color: '#32489D'

red 50 ◦ green 72 ◦ blue 157

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

Shades of Tory Blue #32489D

Tints of Tory Blue #32489D

RGB

 RED value IS 50 (19.92% from 255) = 17.92%

 GREEN value IS 72 (28.52% from 255) = 25.81%

 BLUE value IS 157 (61.72% from 255) = 56.27%

R = 17.92%
G = 25.81%
B = 56.27%

CMYK

 C value IS 0.68

 M value IS 0.54

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#32489D (or 0x32489D) is known color: Tory Blue. HEX triplet: 32, 48 and 9D. RGB value is (50,72,157). Sum of RGB (Red+Green+Blue) = 50+72+157=279 (36% of max value = 765). Red value is 50 (19.92% from 255 or 17.92% from 279); Green value is 72 (28.52% from 255 or 25.81% from 279); Blue value is 157 (61.72% from 255 or 56.27% from 279); Max value from RGB is 157 - color contains mainly: blue. Hex color #32489D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #32489D is #CDB762. Grayscale: #4A4A4A. Windows color (decimal): -13481827 or 10307634. OLE color: 10307634.

HSL color Cylindrical-coordinate representation of color #32489D: hue angle of 227.66º degrees, saturation: 0.52, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #32489D is Cyan = 0.68, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 50 72 157 -
CMYK 0.68 0.54 0 0.38
HSL 227.66º 0.52% 0.41% -
HSV(B) 227.66º 0.68% 0.62% -
XYZ 9.72 7.75 32.88 -
YUV 75.11 174.21 110.09 -
System Red Green Blue C M Y K H S L
Decimal 50 72 157 0.68 0.54 0 0.38 227.66 0.52 0.41
Hex 32 48 9D 44 36 0 26 E4 34 29
Octal 62 110 235 104 66 0 46 344 64 51
Binary 110010 1001000 10011101 1000100 110110 0 100110 11100100 110100 101001

Color Harmonies of #32489D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32489D

Black with #32489D

Text Example


Text Example

White with #32489D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #32489D; }

 p { color: rgb(50,72,157); }

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

background-color css

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

 a { background-color: rgb(50,72,157); }

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

border-color css

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

 span { border-color: rgb(50,72,157); }

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