Html Css Color HEX #323E90 Tory Blue

📋 copy color: '#323E90'

red 50 ◦ green 62 ◦ blue 144

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

Shades of Tory Blue #323E90

Tints of Tory Blue #323E90

RGB

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

 GREEN value IS 62 (24.61% from 255) = 24.22%

 BLUE value IS 144 (56.64% from 255) = 56.25%

R = 19.53%
G = 24.22%
B = 56.25%

CMYK

 C value IS 0.65

 M value IS 0.57

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#323E90 (or 0x323E90) is known color: Tory Blue. HEX triplet: 32, 3E and 90. RGB value is (50,62,144). Sum of RGB (Red+Green+Blue) = 50+62+144=256 (33% of max value = 765). Red value is 50 (19.92% from 255 or 19.53% from 256); Green value is 62 (24.61% from 255 or 24.22% from 256); Blue value is 144 (56.64% from 255 or 56.25% from 256); Max value from RGB is 144 - color contains mainly: blue. Hex color #323E90 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #323E90 is #CDC16F. Grayscale: #434343. Windows color (decimal): -13484400 or 9453106. OLE color: 9453106.

HSL color Cylindrical-coordinate representation of color #323E90: hue angle of 232.34º degrees, saturation: 0.48, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #323E90 is Cyan = 0.65, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 50 62 144 -
CMYK 0.65 0.57 0 0.44
HSL 232.34º 0.48% 0.38% -
HSV(B) 232.34º 0.65% 0.56% -
XYZ 8.07 6.14 27.14 -
YUV 67.76 171.02 115.33 -
System Red Green Blue C M Y K H S L
Decimal 50 62 144 0.65 0.57 0 0.44 232.34 0.48 0.38
Hex 32 3E 90 41 39 0 2C E8 30 26
Octal 62 76 220 101 71 0 54 350 60 46
Binary 110010 111110 10010000 1000001 111001 0 101100 11101000 110000 100110

Color Harmonies of #323E90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #323E90

Black with #323E90

Text Example


Text Example

White with #323E90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,62,144); }

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

background-color css

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

 a { background-color: rgb(50,62,144); }

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

border-color css

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

 span { border-color: rgb(50,62,144); }

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