Html Css Color HEX #324288 Tory Blue

📋 copy color: '#324288'

red 50 ◦ green 66 ◦ blue 136

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

Shades of Tory Blue #324288

Tints of Tory Blue #324288

RGB

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

 GREEN value IS 66 (26.17% from 255) = 26.19%

 BLUE value IS 136 (53.52% from 255) = 53.97%

R = 19.84%
G = 26.19%
B = 53.97%

CMYK

 C value IS 0.63

 M value IS 0.51

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#324288 (or 0x324288) is known color: Tory Blue. HEX triplet: 32, 42 and 88. RGB value is (50,66,136). Sum of RGB (Red+Green+Blue) = 50+66+136=252 (33% of max value = 765). Red value is 50 (19.92% from 255 or 19.84% from 252); Green value is 66 (26.17% from 255 or 26.19% from 252); Blue value is 136 (53.52% from 255 or 53.97% from 252); Max value from RGB is 136 - color contains mainly: blue. Hex color #324288 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #324288 is #CDBD77. Grayscale: #444444. Windows color (decimal): -13483384 or 8929842. OLE color: 8929842.

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

Color convert

RGB 50 66 136 -
CMYK 0.63 0.51 0 0.47
HSL 228.84º 0.46% 0.36% -
HSV(B) 228.84º 0.63% 0.53% -
XYZ 7.71 6.35 24.11 -
YUV 69.2 165.7 114.31 -
System Red Green Blue C M Y K H S L
Decimal 50 66 136 0.63 0.51 0 0.47 228.84 0.46 0.36
Hex 32 42 88 3F 33 0 2F E5 2E 24
Octal 62 102 210 77 63 0 57 345 56 44
Binary 110010 1000010 10001000 111111 110011 0 101111 11100101 101110 100100

Color Harmonies of #324288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #324288

Black with #324288

Text Example


Text Example

White with #324288

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #324288; }

 p { color: rgb(50,66,136); }

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

background-color css

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

 a { background-color: rgb(50,66,136); }

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

border-color css

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

 span { border-color: rgb(50,66,136); }

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