Html Css Color HEX #344980 Tory Blue

📋 copy color: '#344980'

red 52 ◦ green 73 ◦ blue 128

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

Shades of Tory Blue #344980

Tints of Tory Blue #344980

RGB

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

 GREEN value IS 73 (28.91% from 255) = 28.85%

 BLUE value IS 128 (50.39% from 255) = 50.59%

R = 20.55%
G = 28.85%
B = 50.59%

CMYK

 C value IS 0.59

 M value IS 0.43

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#344980 (or 0x344980) is known color: Tory Blue. HEX triplet: 34, 49 and 80. RGB value is (52,73,128). Sum of RGB (Red+Green+Blue) = 52+73+128=253 (33% of max value = 765). Red value is 52 (20.70% from 255 or 20.55% from 253); Green value is 73 (28.91% from 255 or 28.85% from 253); Blue value is 128 (50.39% from 255 or 50.59% from 253); Max value from RGB is 128 - color contains mainly: blue. Hex color #344980 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #344980 is #CBB67F. Grayscale: #484848. Windows color (decimal): -13350528 or 8407348. OLE color: 8407348.

HSL color Cylindrical-coordinate representation of color #344980: hue angle of 223.42º degrees, saturation: 0.42, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #344980 is Cyan = 0.59, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 52 73 128 -
CMYK 0.59 0.43 0 0.50
HSL 223.42º 0.42% 0.35% -
HSV(B) 223.42º 0.59% 0.5% -
XYZ 7.7 7.05 21.38 -
YUV 72.99 159.04 113.03 -
System Red Green Blue C M Y K H S L
Decimal 52 73 128 0.59 0.43 0 0.50 223.42 0.42 0.35
Hex 34 49 80 3B 2B 0 32 DF 2A 23
Octal 64 111 200 73 53 0 62 337 52 43
Binary 110100 1001001 10000000 111011 101011 0 110010 11011111 101010 100011

Color Harmonies of #344980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #344980

Black with #344980

Text Example


Text Example

White with #344980

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #344980; }

 p { color: rgb(52,73,128); }

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

background-color css

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

 a { background-color: rgb(52,73,128); }

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

border-color css

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

 span { border-color: rgb(52,73,128); }

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