Html Css Color HEX #323F96 Tory Blue

📋 copy color: '#323F96'

red 50 ◦ green 63 ◦ blue 150

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

Shades of Tory Blue #323F96

Tints of Tory Blue #323F96

RGB

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

 GREEN value IS 63 (25% from 255) = 23.95%

 BLUE value IS 150 (58.98% from 255) = 57.03%

R = 19.01%
G = 23.95%
B = 57.03%

CMYK

 C value IS 0.67

 M value IS 0.58

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#323F96 (or 0x323F96) is known color: Tory Blue. HEX triplet: 32, 3F and 96. RGB value is (50,63,150). Sum of RGB (Red+Green+Blue) = 50+63+150=263 (34% of max value = 765). Red value is 50 (19.92% from 255 or 19.01% from 263); Green value is 63 (25% from 255 or 23.95% from 263); Blue value is 150 (58.98% from 255 or 57.03% from 263); Max value from RGB is 150 - color contains mainly: blue. Hex color #323F96 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #323F96 is #CDC069. Grayscale: #444444. Windows color (decimal): -13484138 or 9846578. OLE color: 9846578.

HSL color Cylindrical-coordinate representation of color #323F96: hue angle of 232.2º degrees, saturation: 0.5, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #323F96 is Cyan = 0.67, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 50 63 150 -
CMYK 0.67 0.58 0 0.41
HSL 232.2º 0.5% 0.39% -
HSV(B) 232.2º 0.67% 0.59% -
XYZ 8.6 6.44 29.64 -
YUV 69.03 173.69 114.43 -
System Red Green Blue C M Y K H S L
Decimal 50 63 150 0.67 0.58 0 0.41 232.2 0.5 0.39
Hex 32 3F 96 43 3A 0 29 E8 32 27
Octal 62 77 226 103 72 0 51 350 62 47
Binary 110010 111111 10010110 1000011 111010 0 101001 11101000 110010 100111

Color Harmonies of #323F96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #323F96

Black with #323F96

Text Example


Text Example

White with #323F96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #323F96; }

 p { color: rgb(50,63,150); }

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

background-color css

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

 a { background-color: rgb(50,63,150); }

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

border-color css

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

 span { border-color: rgb(50,63,150); }

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