Html Css Color HEX #32478C Tory Blue

📋 copy color: '#32478C'

red 50 ◦ green 71 ◦ blue 140

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

Shades of Tory Blue #32478C

Tints of Tory Blue #32478C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 53.64%

R = 19.16%
G = 27.2%
B = 53.64%

CMYK

 C value IS 0.64

 M value IS 0.49

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#32478C (or 0x32478C) is known color: Tory Blue. HEX triplet: 32, 47 and 8C. RGB value is (50,71,140). Sum of RGB (Red+Green+Blue) = 50+71+140=261 (34% of max value = 765). Red value is 50 (19.92% from 255 or 19.16% from 261); Green value is 71 (28.12% from 255 or 27.20% from 261); Blue value is 140 (55.08% from 255 or 53.64% from 261); Max value from RGB is 140 - color contains mainly: blue. Hex color #32478C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #32478C is #CDB873. Grayscale: #484848. Windows color (decimal): -13482100 or 9193266. OLE color: 9193266.

HSL color Cylindrical-coordinate representation of color #32478C: hue angle of 226º degrees, saturation: 0.47, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #32478C is Cyan = 0.64, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 50 71 140 -
CMYK 0.64 0.49 0 0.45
HSL 226º 0.47% 0.37% -
HSV(B) 226º 0.64% 0.55% -
XYZ 8.3 7.08 25.74 -
YUV 72.59 166.04 111.89 -
System Red Green Blue C M Y K H S L
Decimal 50 71 140 0.64 0.49 0 0.45 226 0.47 0.37
Hex 32 47 8C 40 31 0 2D E2 2F 25
Octal 62 107 214 100 61 0 55 342 57 45
Binary 110010 1000111 10001100 1000000 110001 0 101101 11100010 101111 100101

Color Harmonies of #32478C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32478C

Black with #32478C

Text Example


Text Example

White with #32478C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #32478C; }

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

 H1.HeaderClassName
 {
   color: #32478C;
 }
 .AnyTagClassName
 {
   color: #32478C;
 }
</style>

background-color css

<style>
 a { background-color: #32478C; }

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

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

border-color css

<style>
 span { border-color: #32478C; }

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

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