Html Css Color HEX #32499F Tory Blue

📋 copy color: '#32499F'

red 50 ◦ green 73 ◦ blue 159

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

Shades of Tory Blue #32499F

Tints of Tory Blue #32499F

RGB

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

 GREEN value IS 73 (28.91% from 255) = 25.89%

 BLUE value IS 159 (62.5% from 255) = 56.38%

R = 17.73%
G = 25.89%
B = 56.38%

CMYK

 C value IS 0.69

 M value IS 0.54

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#32499F (or 0x32499F) is known color: Tory Blue. HEX triplet: 32, 49 and 9F. RGB value is (50,73,159). Sum of RGB (Red+Green+Blue) = 50+73+159=282 (37% of max value = 765). Red value is 50 (19.92% from 255 or 17.73% from 282); Green value is 73 (28.91% from 255 or 25.89% from 282); Blue value is 159 (62.5% from 255 or 56.38% from 282); Max value from RGB is 159 - color contains mainly: blue. Hex color #32499F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #32499F is #CDB660. Grayscale: #4B4B4B. Windows color (decimal): -13481569 or 10438962. OLE color: 10438962.

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

Color convert

RGB 50 73 159 -
CMYK 0.69 0.54 0 0.38
HSL 227.34º 0.52% 0.41% -
HSV(B) 227.34º 0.69% 0.62% -
XYZ 9.96 7.95 33.81 -
YUV 75.93 174.88 109.51 -
System Red Green Blue C M Y K H S L
Decimal 50 73 159 0.69 0.54 0 0.38 227.34 0.52 0.41
Hex 32 49 9F 45 36 0 26 E3 34 29
Octal 62 111 237 105 66 0 46 343 64 51
Binary 110010 1001001 10011111 1000101 110110 0 100110 11100011 110100 101001

Color Harmonies of #32499F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32499F

Black with #32499F

Text Example


Text Example

White with #32499F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #32499F; }

 p { color: rgb(50,73,159); }

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

background-color css

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

 a { background-color: rgb(50,73,159); }

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

border-color css

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

 span { border-color: rgb(50,73,159); }

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