Html Css Color HEX #323D99 Tory Blue

📋 copy color: '#323D99'

red 50 ◦ green 61 ◦ blue 153

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

Shades of Tory Blue #323D99

Tints of Tory Blue #323D99

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 57.95%

R = 18.94%
G = 23.11%
B = 57.95%

CMYK

 C value IS 0.67

 M value IS 0.60

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#323D99 (or 0x323D99) is known color: Tory Blue. HEX triplet: 32, 3D and 99. RGB value is (50,61,153). Sum of RGB (Red+Green+Blue) = 50+61+153=264 (34% of max value = 765). Red value is 50 (19.92% from 255 or 18.94% from 264); Green value is 61 (24.22% from 255 or 23.11% from 264); Blue value is 153 (60.16% from 255 or 57.95% from 264); Max value from RGB is 153 - color contains mainly: blue. Hex color #323D99 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #323D99 is #CDC266. Grayscale: #434343. Windows color (decimal): -13484647 or 10042674. OLE color: 10042674.

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

Color convert

RGB 50 61 153 -
CMYK 0.67 0.60 0 0.4
HSL 233.59º 0.51% 0.4% -
HSV(B) 233.59º 0.67% 0.6% -
XYZ 8.73 6.32 30.9 -
YUV 68.2 175.86 115.02 -
System Red Green Blue C M Y K H S L
Decimal 50 61 153 0.67 0.60 0 0.4 233.59 0.51 0.4
Hex 32 3D 99 43 3C 0 28 EA 33 28
Octal 62 75 231 103 74 0 50 352 63 50
Binary 110010 111101 10011001 1000011 111100 0 101000 11101010 110011 101000

Color Harmonies of #323D99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #323D99

Black with #323D99

Text Example


Text Example

White with #323D99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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