Html Css Color HEX #344895 Tory Blue

📋 copy color: '#344895'

red 52 ◦ green 72 ◦ blue 149

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

Shades of Tory Blue #344895

Tints of Tory Blue #344895

RGB

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

 GREEN value IS 72 (28.52% from 255) = 26.37%

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

R = 19.05%
G = 26.37%
B = 54.58%

CMYK

 C value IS 0.65

 M value IS 0.52

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#344895 (or 0x344895) is known color: Tory Blue. HEX triplet: 34, 48 and 95. RGB value is (52,72,149). Sum of RGB (Red+Green+Blue) = 52+72+149=273 (36% of max value = 765). Red value is 52 (20.70% from 255 or 19.05% from 273); Green value is 72 (28.52% from 255 or 26.37% from 273); Blue value is 149 (58.59% from 255 or 54.58% from 273); Max value from RGB is 149 - color contains mainly: blue. Hex color #344895 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #344895 is #CBB76A. Grayscale: #4A4A4A. Windows color (decimal): -13350763 or 9783348. OLE color: 9783348.

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

Color convert

RGB 52 72 149 -
CMYK 0.65 0.52 0 0.42
HSL 227.63º 0.48% 0.39% -
HSV(B) 227.63º 0.65% 0.58% -
XYZ 9.16 7.53 29.41 -
YUV 74.8 169.87 111.74 -
System Red Green Blue C M Y K H S L
Decimal 52 72 149 0.65 0.52 0 0.42 227.63 0.48 0.39
Hex 34 48 95 41 34 0 2A E4 30 27
Octal 64 110 225 101 64 0 52 344 60 47
Binary 110100 1001000 10010101 1000001 110100 0 101010 11100100 110000 100111

Color Harmonies of #344895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #344895

Black with #344895

Text Example


Text Example

White with #344895

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #344895; }

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

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

background-color css

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

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

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

border-color css

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

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

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