Html Css Color HEX #323F93 Tory Blue

📋 copy color: '#323F93'

red 50 ◦ green 63 ◦ blue 147

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

Shades of Tory Blue #323F93

Tints of Tory Blue #323F93

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 56.54%

R = 19.23%
G = 24.23%
B = 56.54%

CMYK

 C value IS 0.66

 M value IS 0.57

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#323F93 (or 0x323F93) is known color: Tory Blue. HEX triplet: 32, 3F and 93. RGB value is (50,63,147). Sum of RGB (Red+Green+Blue) = 50+63+147=260 (34% of max value = 765). Red value is 50 (19.92% from 255 or 19.23% from 260); Green value is 63 (25% from 255 or 24.23% from 260); Blue value is 147 (57.81% from 255 or 56.54% from 260); Max value from RGB is 147 - color contains mainly: blue. Hex color #323F93 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #323F93 is #CDC06C. Grayscale: #444444. Windows color (decimal): -13484141 or 9649970. OLE color: 9649970.

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

Color convert

RGB 50 63 147 -
CMYK 0.66 0.57 0 0.42
HSL 231.96º 0.49% 0.39% -
HSV(B) 231.96º 0.66% 0.58% -
XYZ 8.36 6.34 28.39 -
YUV 68.69 172.19 114.67 -
System Red Green Blue C M Y K H S L
Decimal 50 63 147 0.66 0.57 0 0.42 231.96 0.49 0.39
Hex 32 3F 93 42 39 0 2A E8 31 27
Octal 62 77 223 102 71 0 52 350 61 47
Binary 110010 111111 10010011 1000010 111001 0 101010 11101000 110001 100111

Color Harmonies of #323F93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #323F93

Black with #323F93

Text Example


Text Example

White with #323F93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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