Html Css Color HEX #334291 Tory Blue

📋 copy color: '#334291'

red 51 ◦ green 66 ◦ blue 145

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

Shades of Tory Blue #334291

Tints of Tory Blue #334291

RGB

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

 GREEN value IS 66 (26.17% from 255) = 25.19%

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

R = 19.47%
G = 25.19%
B = 55.34%

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

#334291 (or 0x334291) is known color: Tory Blue. HEX triplet: 33, 42 and 91. RGB value is (51,66,145). Sum of RGB (Red+Green+Blue) = 51+66+145=262 (34% of max value = 765). Red value is 51 (20.31% from 255 or 19.47% from 262); Green value is 66 (26.17% from 255 or 25.19% from 262); Blue value is 145 (57.03% from 255 or 55.34% from 262); Max value from RGB is 145 - color contains mainly: blue. Hex color #334291 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #334291 is #CCBD6E. Grayscale: #464646. Windows color (decimal): -13417839 or 9519667. OLE color: 9519667.

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

Color convert

RGB 51 66 145 -
CMYK 0.65 0.54 0 0.43
HSL 230.43º 0.48% 0.38% -
HSV(B) 230.43º 0.65% 0.57% -
XYZ 8.42 6.64 27.63 -
YUV 70.52 170.03 114.08 -
System Red Green Blue C M Y K H S L
Decimal 51 66 145 0.65 0.54 0 0.43 230.43 0.48 0.38
Hex 33 42 91 41 36 0 2B E6 30 26
Octal 63 102 221 101 66 0 53 346 60 46
Binary 110011 1000010 10010001 1000001 110110 0 101011 11100110 110000 100110

Color Harmonies of #334291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #334291

Black with #334291

Text Example


Text Example

White with #334291

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #334291; }

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

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

background-color css

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

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

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

border-color css

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

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

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