Html Css Color HEX #334391 Tory Blue

📋 copy color: '#334391'

red 51 ◦ green 67 ◦ blue 145

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

Shades of Tory Blue #334391

Tints of Tory Blue #334391

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 55.13%

R = 19.39%
G = 25.48%
B = 55.13%

CMYK

 C value IS 0.65

 M value IS 0.54

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#334391 (or 0x334391) is known color: Tory Blue. HEX triplet: 33, 43 and 91. RGB value is (51,67,145). Sum of RGB (Red+Green+Blue) = 51+67+145=263 (34% of max value = 765). Red value is 51 (20.31% from 255 or 19.39% from 263); Green value is 67 (26.56% from 255 or 25.48% from 263); Blue value is 145 (57.03% from 255 or 55.13% from 263); Max value from RGB is 145 - color contains mainly: blue. Hex color #334391 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #334391 is #CCBC6E. Grayscale: #464646. Windows color (decimal): -13417583 or 9519923. OLE color: 9519923.

HSL color Cylindrical-coordinate representation of color #334391: hue angle of 229.79º degrees, saturation: 0.48, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #334391 is Cyan = 0.65, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 51 67 145 -
CMYK 0.65 0.54 0 0.43
HSL 229.79º 0.48% 0.38% -
HSV(B) 229.79º 0.65% 0.57% -
XYZ 8.48 6.76 27.65 -
YUV 71.11 169.7 113.66 -
System Red Green Blue C M Y K H S L
Decimal 51 67 145 0.65 0.54 0 0.43 229.79 0.48 0.38
Hex 33 43 91 41 36 0 2B E6 30 26
Octal 63 103 221 101 66 0 53 346 60 46
Binary 110011 1000011 10010001 1000001 110110 0 101011 11100110 110000 100110

Color Harmonies of #334391

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #334391

Black with #334391

Text Example


Text Example

White with #334391

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #334391; }

 p { color: rgb(51,67,145); }

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

background-color css

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

 a { background-color: rgb(51,67,145); }

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

border-color css

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

 span { border-color: rgb(51,67,145); }

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