Html Css Color HEX #324383 Tory Blue

📋 copy color: '#324383'

red 50 ◦ green 67 ◦ blue 131

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

Shades of Tory Blue #324383

Tints of Tory Blue #324383

RGB

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

 GREEN value IS 67 (26.56% from 255) = 27.02%

 BLUE value IS 131 (51.56% from 255) = 52.82%

R = 20.16%
G = 27.02%
B = 52.82%

CMYK

 C value IS 0.62

 M value IS 0.49

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#324383 (or 0x324383) is known color: Tory Blue. HEX triplet: 32, 43 and 83. RGB value is (50,67,131). Sum of RGB (Red+Green+Blue) = 50+67+131=248 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.16% from 248); Green value is 67 (26.56% from 255 or 27.02% from 248); Blue value is 131 (51.56% from 255 or 52.82% from 248); Max value from RGB is 131 - color contains mainly: blue. Hex color #324383 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #324383 is #CDBC7C. Grayscale: #444444. Windows color (decimal): -13483133 or 8602418. OLE color: 8602418.

HSL color Cylindrical-coordinate representation of color #324383: hue angle of 227.41º degrees, saturation: 0.45, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #324383 is Cyan = 0.62, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 50 67 131 -
CMYK 0.62 0.49 0 0.49
HSL 227.41º 0.45% 0.35% -
HSV(B) 227.41º 0.62% 0.51% -
XYZ 7.42 6.33 22.3 -
YUV 69.21 162.87 114.3 -
System Red Green Blue C M Y K H S L
Decimal 50 67 131 0.62 0.49 0 0.49 227.41 0.45 0.35
Hex 32 43 83 3E 31 0 31 E3 2D 23
Octal 62 103 203 76 61 0 61 343 55 43
Binary 110010 1000011 10000011 111110 110001 0 110001 11100011 101101 100011

Color Harmonies of #324383

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #324383

Black with #324383

Text Example


Text Example

White with #324383

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #324383; }

 p { color: rgb(50,67,131); }

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

background-color css

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

 a { background-color: rgb(50,67,131); }

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

border-color css

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

 span { border-color: rgb(50,67,131); }

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