Html Css Color HEX #323D9B Tory Blue

📋 copy color: '#323D9B'

red 50 ◦ green 61 ◦ blue 155

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

Shades of Tory Blue #323D9B

Tints of Tory Blue #323D9B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 58.27%

R = 18.8%
G = 22.93%
B = 58.27%

CMYK

 C value IS 0.68

 M value IS 0.61

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#323D9B (or 0x323D9B) is known color: Tory Blue. HEX triplet: 32, 3D and 9B. RGB value is (50,61,155). Sum of RGB (Red+Green+Blue) = 50+61+155=266 (35% of max value = 765). Red value is 50 (19.92% from 255 or 18.80% from 266); Green value is 61 (24.22% from 255 or 22.93% from 266); Blue value is 155 (60.94% from 255 or 58.27% from 266); Max value from RGB is 155 - color contains mainly: blue. Hex color #323D9B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #323D9B is #CDC264. Grayscale: #444444. Windows color (decimal): -13484645 or 10173746. OLE color: 10173746.

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

Color convert

RGB 50 61 155 -
CMYK 0.68 0.61 0 0.39
HSL 233.71º 0.51% 0.4% -
HSV(B) 233.71º 0.68% 0.61% -
XYZ 8.9 6.38 31.77 -
YUV 68.43 176.86 114.86 -
System Red Green Blue C M Y K H S L
Decimal 50 61 155 0.68 0.61 0 0.39 233.71 0.51 0.4
Hex 32 3D 9B 44 3D 0 27 EA 33 28
Octal 62 75 233 104 75 0 47 352 63 50
Binary 110010 111101 10011011 1000100 111101 0 100111 11101010 110011 101000

Color Harmonies of #323D9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #323D9B

Black with #323D9B

Text Example


Text Example

White with #323D9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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