Html Css Color HEX #324587 Tory Blue

📋 copy color: '#324587'

red 50 ◦ green 69 ◦ blue 135

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

Shades of Tory Blue #324587

Tints of Tory Blue #324587

RGB

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

 GREEN value IS 69 (27.34% from 255) = 27.17%

 BLUE value IS 135 (53.13% from 255) = 53.15%

R = 19.69%
G = 27.17%
B = 53.15%

CMYK

 C value IS 0.63

 M value IS 0.49

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#324587 (or 0x324587) is known color: Tory Blue. HEX triplet: 32, 45 and 87. RGB value is (50,69,135). Sum of RGB (Red+Green+Blue) = 50+69+135=254 (33% of max value = 765). Red value is 50 (19.92% from 255 or 19.69% from 254); Green value is 69 (27.34% from 255 or 27.17% from 254); Blue value is 135 (53.12% from 255 or 53.15% from 254); Max value from RGB is 135 - color contains mainly: blue. Hex color #324587 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #324587 is #CDBA78. Grayscale: #464646. Windows color (decimal): -13482617 or 8865074. OLE color: 8865074.

HSL color Cylindrical-coordinate representation of color #324587: hue angle of 226.59º degrees, saturation: 0.46, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #324587 is Cyan = 0.63, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 50 69 135 -
CMYK 0.63 0.49 0 0.47
HSL 226.59º 0.46% 0.36% -
HSV(B) 226.59º 0.63% 0.53% -
XYZ 7.82 6.68 23.8 -
YUV 70.84 164.21 113.13 -
System Red Green Blue C M Y K H S L
Decimal 50 69 135 0.63 0.49 0 0.47 226.59 0.46 0.36
Hex 32 45 87 3F 31 0 2F E3 2E 24
Octal 62 105 207 77 61 0 57 343 56 44
Binary 110010 1000101 10000111 111111 110001 0 101111 11100011 101110 100100

Color Harmonies of #324587

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #324587

Black with #324587

Text Example


Text Example

White with #324587

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #324587; }

 p { color: rgb(50,69,135); }

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

background-color css

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

 a { background-color: rgb(50,69,135); }

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

border-color css

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

 span { border-color: rgb(50,69,135); }

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