Html Css Color HEX #324387 Tory Blue

📋 copy color: '#324387'

red 50 ◦ green 67 ◦ blue 135

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

Shades of Tory Blue #324387

Tints of Tory Blue #324387

RGB

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

 GREEN value IS 67 (26.56% from 255) = 26.59%

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

R = 19.84%
G = 26.59%
B = 53.57%

CMYK

 C value IS 0.63

 M value IS 0.50

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#324387 (or 0x324387) is known color: Tory Blue. HEX triplet: 32, 43 and 87. RGB value is (50,67,135). Sum of RGB (Red+Green+Blue) = 50+67+135=252 (33% of max value = 765). Red value is 50 (19.92% from 255 or 19.84% from 252); Green value is 67 (26.56% from 255 or 26.59% from 252); Blue value is 135 (53.12% from 255 or 53.57% from 252); Max value from RGB is 135 - color contains mainly: blue. Hex color #324387 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #324387 is #CDBC78. Grayscale: #454545. Windows color (decimal): -13483129 or 8864562. OLE color: 8864562.

HSL color Cylindrical-coordinate representation of color #324387: hue angle of 228º 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 #324387 is Cyan = 0.63, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 50 67 135 -
CMYK 0.63 0.50 0 0.47
HSL 228º 0.46% 0.36% -
HSV(B) 228º 0.63% 0.53% -
XYZ 7.7 6.44 23.76 -
YUV 69.67 164.87 113.97 -
System Red Green Blue C M Y K H S L
Decimal 50 67 135 0.63 0.50 0 0.47 228 0.46 0.36
Hex 32 43 87 3F 32 0 2F E4 2E 24
Octal 62 103 207 77 62 0 57 344 56 44
Binary 110010 1000011 10000111 111111 110010 0 101111 11100100 101110 100100

Color Harmonies of #324387

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #324387

Black with #324387

Text Example


Text Example

White with #324387

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #324387; }

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

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

background-color css

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

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

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

border-color css

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

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

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