Html Css Color HEX #344295 Tory Blue

📋 copy color: '#344295'

red 52 ◦ green 66 ◦ blue 149

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

Shades of Tory Blue #344295

Tints of Tory Blue #344295

RGB

 RED value IS 52 (20.7% from 255) = 19.48%

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

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

R = 19.48%
G = 24.72%
B = 55.81%

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

#344295 (or 0x344295) is known color: Tory Blue. HEX triplet: 34, 42 and 95. RGB value is (52,66,149). Sum of RGB (Red+Green+Blue) = 52+66+149=267 (35% of max value = 765). Red value is 52 (20.70% from 255 or 19.48% from 267); Green value is 66 (26.17% from 255 or 24.72% from 267); Blue value is 149 (58.59% from 255 or 55.81% from 267); Max value from RGB is 149 - color contains mainly: blue. Hex color #344295 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #344295 is #CBBD6A. Grayscale: #464646. Windows color (decimal): -13352299 or 9781812. OLE color: 9781812.

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

Color convert

RGB 52 66 149 -
CMYK 0.65 0.56 0 0.42
HSL 231.34º 0.48% 0.39% -
HSV(B) 231.34º 0.65% 0.58% -
XYZ 8.79 6.8 29.28 -
YUV 71.28 171.86 114.25 -
System Red Green Blue C M Y K H S L
Decimal 52 66 149 0.65 0.56 0 0.42 231.34 0.48 0.39
Hex 34 42 95 41 38 0 2A E7 30 27
Octal 64 102 225 101 70 0 52 347 60 47
Binary 110100 1000010 10010101 1000001 111000 0 101010 11100111 110000 100111

Color Harmonies of #344295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #344295

Black with #344295

Text Example


Text Example

White with #344295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #344295; }

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

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

background-color css

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

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

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

border-color css

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

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

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