Html Css Color HEX #324598 Tory Blue

📋 copy color: '#324598'

red 50 ◦ green 69 ◦ blue 152

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

Shades of Tory Blue #324598

Tints of Tory Blue #324598

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 56.09%

R = 18.45%
G = 25.46%
B = 56.09%

CMYK

 C value IS 0.67

 M value IS 0.55

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#324598 (or 0x324598) is known color: Tory Blue. HEX triplet: 32, 45 and 98. RGB value is (50,69,152). Sum of RGB (Red+Green+Blue) = 50+69+152=271 (35% of max value = 765). Red value is 50 (19.92% from 255 or 18.45% from 271); Green value is 69 (27.34% from 255 or 25.46% from 271); Blue value is 152 (59.77% from 255 or 56.09% from 271); Max value from RGB is 152 - color contains mainly: blue. Hex color #324598 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #324598 is #CDBA67. Grayscale: #484848. Windows color (decimal): -13482600 or 9979186. OLE color: 9979186.

HSL color Cylindrical-coordinate representation of color #324598: hue angle of 228.82º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #324598 is Cyan = 0.67, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 50 69 152 -
CMYK 0.67 0.55 0 0.40
HSL 228.82º 0.5% 0.4% -
HSV(B) 228.82º 0.67% 0.6% -
XYZ 9.11 7.2 30.62 -
YUV 72.78 172.71 111.75 -
System Red Green Blue C M Y K H S L
Decimal 50 69 152 0.67 0.55 0 0.40 228.82 0.5 0.4
Hex 32 45 98 43 37 0 28 E5 32 28
Octal 62 105 230 103 67 0 50 345 62 50
Binary 110010 1000101 10011000 1000011 110111 0 101000 11100101 110010 101000

Color Harmonies of #324598

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #324598

Black with #324598

Text Example


Text Example

White with #324598

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #324598; }

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

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

background-color css

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

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

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

border-color css

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

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

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