Html Css Color HEX #334193 Tory Blue

📋 copy color: '#334193'

red 51 ◦ green 65 ◦ blue 147

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

Shades of Tory Blue #334193

Tints of Tory Blue #334193

RGB

 RED value IS 51 (20.31% from 255) = 19.39%

 GREEN value IS 65 (25.78% from 255) = 24.71%

 BLUE value IS 147 (57.81% from 255) = 55.89%

R = 19.39%
G = 24.71%
B = 55.89%

CMYK

 C value IS 0.65

 M value IS 0.56

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#334193 (or 0x334193) is known color: Tory Blue. HEX triplet: 33, 41 and 93. RGB value is (51,65,147). Sum of RGB (Red+Green+Blue) = 51+65+147=263 (34% of max value = 765). Red value is 51 (20.31% from 255 or 19.39% from 263); Green value is 65 (25.78% from 255 or 24.71% from 263); Blue value is 147 (57.81% from 255 or 55.89% from 263); Max value from RGB is 147 - color contains mainly: blue. Hex color #334193 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #334193 is #CCBE6C. Grayscale: #454545. Windows color (decimal): -13418093 or 9650483. OLE color: 9650483.

HSL color Cylindrical-coordinate representation of color #334193: hue angle of 231.25º degrees, saturation: 0.48, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #334193 is Cyan = 0.65, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 51 65 147 -
CMYK 0.65 0.56 0 0.42
HSL 231.25º 0.48% 0.39% -
HSV(B) 231.25º 0.65% 0.58% -
XYZ 8.52 6.59 28.43 -
YUV 70.16 171.36 114.33 -
System Red Green Blue C M Y K H S L
Decimal 51 65 147 0.65 0.56 0 0.42 231.25 0.48 0.39
Hex 33 41 93 41 38 0 2A E7 30 27
Octal 63 101 223 101 70 0 52 347 60 47
Binary 110011 1000001 10010011 1000001 111000 0 101010 11100111 110000 100111

Color Harmonies of #334193

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #334193

Black with #334193

Text Example


Text Example

White with #334193

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #334193; }

 p { color: rgb(51,65,147); }

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

background-color css

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

 a { background-color: rgb(51,65,147); }

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

border-color css

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

 span { border-color: rgb(51,65,147); }

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