Html Css Color HEX #323D9A Tory Blue

📋 copy color: '#323D9A'

red 50 ◦ green 61 ◦ blue 154

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

Shades of Tory Blue #323D9A

Tints of Tory Blue #323D9A

RGB

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

 GREEN value IS 61 (24.22% from 255) = 23.02%

 BLUE value IS 154 (60.55% from 255) = 58.11%

R = 18.87%
G = 23.02%
B = 58.11%

CMYK

 C value IS 0.68

 M value IS 0.60

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#323D9A (or 0x323D9A) is known color: Tory Blue. HEX triplet: 32, 3D and 9A. RGB value is (50,61,154). Sum of RGB (Red+Green+Blue) = 50+61+154=265 (35% of max value = 765). Red value is 50 (19.92% from 255 or 18.87% from 265); Green value is 61 (24.22% from 255 or 23.02% from 265); Blue value is 154 (60.55% from 255 or 58.11% from 265); Max value from RGB is 154 - color contains mainly: blue. Hex color #323D9A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #323D9A is #CDC265. Grayscale: #434343. Windows color (decimal): -13484646 or 10108210. OLE color: 10108210.

HSL color Cylindrical-coordinate representation of color #323D9A: hue angle of 233.65º degrees, saturation: 0.51, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #323D9A is Cyan = 0.68, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 50 61 154 -
CMYK 0.68 0.60 0 0.40
HSL 233.65º 0.51% 0.4% -
HSV(B) 233.65º 0.68% 0.6% -
XYZ 8.82 6.35 31.33 -
YUV 68.31 176.36 114.94 -
System Red Green Blue C M Y K H S L
Decimal 50 61 154 0.68 0.60 0 0.40 233.65 0.51 0.4
Hex 32 3D 9A 44 3C 0 28 EA 33 28
Octal 62 75 232 104 74 0 50 352 63 50
Binary 110010 111101 10011010 1000100 111100 0 101000 11101010 110011 101000

Color Harmonies of #323D9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #323D9A

Black with #323D9A

Text Example


Text Example

White with #323D9A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,61,154); }

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

background-color css

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

 a { background-color: rgb(50,61,154); }

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

border-color css

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

 span { border-color: rgb(50,61,154); }

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