Html Css Color HEX #334295 Tory Blue

📋 copy color: '#334295'

red 51 ◦ green 66 ◦ blue 149

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

Shades of Tory Blue #334295

Tints of Tory Blue #334295

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 56.02%

R = 19.17%
G = 24.81%
B = 56.02%

CMYK

 C value IS 0.66

 M value IS 0.56

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#334295 (or 0x334295) is known color: Tory Blue. HEX triplet: 33, 42 and 95. RGB value is (51,66,149). Sum of RGB (Red+Green+Blue) = 51+66+149=266 (35% of max value = 765). Red value is 51 (20.31% from 255 or 19.17% from 266); Green value is 66 (26.17% from 255 or 24.81% from 266); Blue value is 149 (58.59% from 255 or 56.02% from 266); Max value from RGB is 149 - color contains mainly: blue. Hex color #334295 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #334295 is #CCBD6A. Grayscale: #464646. Windows color (decimal): -13417835 or 9781811. OLE color: 9781811.

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

Color convert

RGB 51 66 149 -
CMYK 0.66 0.56 0 0.42
HSL 230.82º 0.49% 0.39% -
HSV(B) 230.82º 0.66% 0.58% -
XYZ 8.74 6.77 29.28 -
YUV 70.98 172.03 113.75 -
System Red Green Blue C M Y K H S L
Decimal 51 66 149 0.66 0.56 0 0.42 230.82 0.49 0.39
Hex 33 42 95 42 38 0 2A E7 31 27
Octal 63 102 225 102 70 0 52 347 61 47
Binary 110011 1000010 10010101 1000010 111000 0 101010 11100111 110001 100111

Color Harmonies of #334295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #334295

Black with #334295

Text Example


Text Example

White with #334295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #334295; }

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

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

background-color css

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

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

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

border-color css

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

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

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