Html Css Color HEX #323F92 Tory Blue

📋 copy color: '#323F92'

red 50 ◦ green 63 ◦ blue 146

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

Shades of Tory Blue #323F92

Tints of Tory Blue #323F92

RGB

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

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

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

R = 19.31%
G = 24.32%
B = 56.37%

CMYK

 C value IS 0.66

 M value IS 0.57

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#323F92 (or 0x323F92) is known color: Tory Blue. HEX triplet: 32, 3F and 92. RGB value is (50,63,146). Sum of RGB (Red+Green+Blue) = 50+63+146=259 (34% of max value = 765). Red value is 50 (19.92% from 255 or 19.31% from 259); Green value is 63 (25% from 255 or 24.32% from 259); Blue value is 146 (57.42% from 255 or 56.37% from 259); Max value from RGB is 146 - color contains mainly: blue. Hex color #323F92 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #323F92 is #CDC06D. Grayscale: #444444. Windows color (decimal): -13484142 or 9584434. OLE color: 9584434.

HSL color Cylindrical-coordinate representation of color #323F92: hue angle of 231.88º 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 #323F92 is Cyan = 0.66, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 50 63 146 -
CMYK 0.66 0.57 0 0.43
HSL 231.88º 0.49% 0.38% -
HSV(B) 231.88º 0.66% 0.57% -
XYZ 8.28 6.31 27.98 -
YUV 68.58 171.69 114.75 -
System Red Green Blue C M Y K H S L
Decimal 50 63 146 0.66 0.57 0 0.43 231.88 0.49 0.38
Hex 32 3F 92 42 39 0 2B E8 31 26
Octal 62 77 222 102 71 0 53 350 61 46
Binary 110010 111111 10010010 1000010 111001 0 101011 11101000 110001 100110

Color Harmonies of #323F92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #323F92

Black with #323F92

Text Example


Text Example

White with #323F92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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