Html Css Color HEX #32478E Tory Blue

📋 copy color: '#32478E'

red 50 ◦ green 71 ◦ blue 142

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

Shades of Tory Blue #32478E

Tints of Tory Blue #32478E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 53.99%

R = 19.01%
G = 27%
B = 53.99%

CMYK

 C value IS 0.65

 M value IS 0.5

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#32478E (or 0x32478E) is known color: Tory Blue. HEX triplet: 32, 47 and 8E. RGB value is (50,71,142). Sum of RGB (Red+Green+Blue) = 50+71+142=263 (34% of max value = 765). Red value is 50 (19.92% from 255 or 19.01% from 263); Green value is 71 (28.12% from 255 or 27.00% from 263); Blue value is 142 (55.86% from 255 or 53.99% from 263); Max value from RGB is 142 - color contains mainly: blue. Hex color #32478E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #32478E is #CDB871. Grayscale: #484848. Windows color (decimal): -13482098 or 9324338. OLE color: 9324338.

HSL color Cylindrical-coordinate representation of color #32478E: hue angle of 226.3º degrees, saturation: 0.48, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #32478E is Cyan = 0.65, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 50 71 142 -
CMYK 0.65 0.5 0 0.44
HSL 226.3º 0.48% 0.38% -
HSV(B) 226.3º 0.65% 0.56% -
XYZ 8.45 7.14 26.52 -
YUV 72.82 167.04 111.73 -
System Red Green Blue C M Y K H S L
Decimal 50 71 142 0.65 0.5 0 0.44 226.3 0.48 0.38
Hex 32 47 8E 41 32 0 2C E2 30 26
Octal 62 107 216 101 62 0 54 342 60 46
Binary 110010 1000111 10001110 1000001 110010 0 101100 11100010 110000 100110

Color Harmonies of #32478E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32478E

Black with #32478E

Text Example


Text Example

White with #32478E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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