Html Css Color HEX #32478F Tory Blue

📋 copy color: '#32478F'

red 50 ◦ green 71 ◦ blue 143

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

Shades of Tory Blue #32478F

Tints of Tory Blue #32478F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 54.17%

R = 18.94%
G = 26.89%
B = 54.17%

CMYK

 C value IS 0.65

 M value IS 0.50

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#32478F (or 0x32478F) is known color: Tory Blue. HEX triplet: 32, 47 and 8F. RGB value is (50,71,143). Sum of RGB (Red+Green+Blue) = 50+71+143=264 (34% of max value = 765). Red value is 50 (19.92% from 255 or 18.94% from 264); Green value is 71 (28.12% from 255 or 26.89% from 264); Blue value is 143 (56.25% from 255 or 54.17% from 264); Max value from RGB is 143 - color contains mainly: blue. Hex color #32478F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #32478F is #CDB870. Grayscale: #484848. Windows color (decimal): -13482097 or 9389874. OLE color: 9389874.

HSL color Cylindrical-coordinate representation of color #32478F: hue angle of 226.45º 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 #32478F is Cyan = 0.65, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 50 71 143 -
CMYK 0.65 0.50 0 0.44
HSL 226.45º 0.48% 0.38% -
HSV(B) 226.45º 0.65% 0.56% -
XYZ 8.53 7.17 26.92 -
YUV 72.93 167.54 111.65 -
System Red Green Blue C M Y K H S L
Decimal 50 71 143 0.65 0.50 0 0.44 226.45 0.48 0.38
Hex 32 47 8F 41 32 0 2C E2 30 26
Octal 62 107 217 101 62 0 54 342 60 46
Binary 110010 1000111 10001111 1000001 110010 0 101100 11100010 110000 100110

Color Harmonies of #32478F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32478F

Black with #32478F

Text Example


Text Example

White with #32478F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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