Html Css Color HEX #323B9F Tory Blue

📋 copy color: '#323B9F'

red 50 ◦ green 59 ◦ blue 159

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

Shades of Tory Blue #323B9F

Tints of Tory Blue #323B9F

RGB

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

 GREEN value IS 59 (23.44% from 255) = 22.01%

 BLUE value IS 159 (62.5% from 255) = 59.33%

R = 18.66%
G = 22.01%
B = 59.33%

CMYK

 C value IS 0.69

 M value IS 0.63

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#323B9F (or 0x323B9F) is known color: Tory Blue. HEX triplet: 32, 3B and 9F. RGB value is (50,59,159). Sum of RGB (Red+Green+Blue) = 50+59+159=268 (35% of max value = 765). Red value is 50 (19.92% from 255 or 18.66% from 268); Green value is 59 (23.44% from 255 or 22.01% from 268); Blue value is 159 (62.5% from 255 or 59.33% from 268); Max value from RGB is 159 - color contains mainly: blue. Hex color #323B9F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #323B9F is #CDC460. Grayscale: #434343. Windows color (decimal): -13485153 or 10435378. OLE color: 10435378.

HSL color Cylindrical-coordinate representation of color #323B9F: hue angle of 235.05º degrees, saturation: 0.52, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #323B9F is Cyan = 0.69, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 50 59 159 -
CMYK 0.69 0.63 0 0.38
HSL 235.05º 0.52% 0.41% -
HSV(B) 235.05º 0.69% 0.62% -
XYZ 9.14 6.31 33.54 -
YUV 67.71 179.52 115.37 -
System Red Green Blue C M Y K H S L
Decimal 50 59 159 0.69 0.63 0 0.38 235.05 0.52 0.41
Hex 32 3B 9F 45 3F 0 26 EB 34 29
Octal 62 73 237 105 77 0 46 353 64 51
Binary 110010 111011 10011111 1000101 111111 0 100110 11101011 110100 101001

Color Harmonies of #323B9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #323B9F

Black with #323B9F

Text Example


Text Example

White with #323B9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,59,159); }

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

background-color css

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

 a { background-color: rgb(50,59,159); }

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

border-color css

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

 span { border-color: rgb(50,59,159); }

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