Html Css Color HEX #323E92 Tory Blue

📋 copy color: '#323E92'

red 50 ◦ green 62 ◦ blue 146

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

Shades of Tory Blue #323E92

Tints of Tory Blue #323E92

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 56.59%

R = 19.38%
G = 24.03%
B = 56.59%

CMYK

 C value IS 0.66

 M value IS 0.58

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#323E92 (or 0x323E92) is known color: Tory Blue. HEX triplet: 32, 3E and 92. RGB value is (50,62,146). Sum of RGB (Red+Green+Blue) = 50+62+146=258 (34% of max value = 765). Red value is 50 (19.92% from 255 or 19.38% from 258); Green value is 62 (24.61% from 255 or 24.03% from 258); Blue value is 146 (57.42% from 255 or 56.59% from 258); Max value from RGB is 146 - color contains mainly: blue. Hex color #323E92 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #323E92 is #CDC16D. Grayscale: #434343. Windows color (decimal): -13484398 or 9584178. OLE color: 9584178.

HSL color Cylindrical-coordinate representation of color #323E92: hue angle of 232.5º degrees, saturation: 0.49, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #323E92 is Cyan = 0.66, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 50 62 146 -
CMYK 0.66 0.58 0 0.43
HSL 232.5º 0.49% 0.38% -
HSV(B) 232.5º 0.66% 0.57% -
XYZ 8.23 6.2 27.96 -
YUV 67.99 172.02 115.17 -
System Red Green Blue C M Y K H S L
Decimal 50 62 146 0.66 0.58 0 0.43 232.5 0.49 0.38
Hex 32 3E 92 42 3A 0 2B E8 31 26
Octal 62 76 222 102 72 0 53 350 61 46
Binary 110010 111110 10010010 1000010 111010 0 101011 11101000 110001 100110

Color Harmonies of #323E92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #323E92

Black with #323E92

Text Example


Text Example

White with #323E92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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