Html Css Color HEX #334191 Tory Blue

📋 copy color: '#334191'

red 51 ◦ green 65 ◦ blue 145

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

Shades of Tory Blue #334191

Tints of Tory Blue #334191

RGB

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

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

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

R = 19.54%
G = 24.9%
B = 55.56%

CMYK

 C value IS 0.65

 M value IS 0.55

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#334191 (or 0x334191) is known color: Tory Blue. HEX triplet: 33, 41 and 91. RGB value is (51,65,145). Sum of RGB (Red+Green+Blue) = 51+65+145=261 (34% of max value = 765). Red value is 51 (20.31% from 255 or 19.54% from 261); Green value is 65 (25.78% from 255 or 24.90% from 261); Blue value is 145 (57.03% from 255 or 55.56% from 261); Max value from RGB is 145 - color contains mainly: blue. Hex color #334191 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #334191 is #CCBE6E. Grayscale: #454545. Windows color (decimal): -13418095 or 9519411. OLE color: 9519411.

HSL color Cylindrical-coordinate representation of color #334191: hue angle of 231.06º 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 #334191 is Cyan = 0.65, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 51 65 145 -
CMYK 0.65 0.55 0 0.43
HSL 231.06º 0.48% 0.38% -
HSV(B) 231.06º 0.65% 0.57% -
XYZ 8.37 6.53 27.61 -
YUV 69.93 170.36 114.5 -
System Red Green Blue C M Y K H S L
Decimal 51 65 145 0.65 0.55 0 0.43 231.06 0.48 0.38
Hex 33 41 91 41 37 0 2B E7 30 26
Octal 63 101 221 101 67 0 53 347 60 46
Binary 110011 1000001 10010001 1000001 110111 0 101011 11100111 110000 100110

Color Harmonies of #334191

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #334191

Black with #334191

Text Example


Text Example

White with #334191

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #334191; }

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

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

background-color css

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

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

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

border-color css

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

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

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