Html Css Color HEX #32479F Tory Blue

📋 copy color: '#32479F'

red 50 ◦ green 71 ◦ blue 159

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

Shades of Tory Blue #32479F

Tints of Tory Blue #32479F

RGB

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

 GREEN value IS 71 (28.13% from 255) = 25.36%

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

R = 17.86%
G = 25.36%
B = 56.79%

CMYK

 C value IS 0.69

 M value IS 0.55

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#32479F (or 0x32479F) is known color: Tory Blue. HEX triplet: 32, 47 and 9F. RGB value is (50,71,159). Sum of RGB (Red+Green+Blue) = 50+71+159=280 (37% of max value = 765). Red value is 50 (19.92% from 255 or 17.86% from 280); Green value is 71 (28.12% from 255 or 25.36% from 280); Blue value is 159 (62.5% from 255 or 56.79% from 280); Max value from RGB is 159 - color contains mainly: blue. Hex color #32479F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #32479F is #CDB860. Grayscale: #4A4A4A. Windows color (decimal): -13482081 or 10438450. OLE color: 10438450.

HSL color Cylindrical-coordinate representation of color #32479F: hue angle of 228.44º 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 #32479F is Cyan = 0.69, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 50 71 159 -
CMYK 0.69 0.55 0 0.38
HSL 228.44º 0.52% 0.41% -
HSV(B) 228.44º 0.69% 0.62% -
XYZ 9.83 7.69 33.77 -
YUV 74.75 175.54 110.34 -
System Red Green Blue C M Y K H S L
Decimal 50 71 159 0.69 0.55 0 0.38 228.44 0.52 0.41
Hex 32 47 9F 45 37 0 26 E4 34 29
Octal 62 107 237 105 67 0 46 344 64 51
Binary 110010 1000111 10011111 1000101 110111 0 100110 11100100 110100 101001

Color Harmonies of #32479F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32479F

Black with #32479F

Text Example


Text Example

White with #32479F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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