Html Css Color HEX #344790 Tory Blue

📋 copy color: '#344790'

red 52 ◦ green 71 ◦ blue 144

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

Shades of Tory Blue #344790

Tints of Tory Blue #344790

RGB

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

 GREEN value IS 71 (28.13% from 255) = 26.59%

 BLUE value IS 144 (56.64% from 255) = 53.93%

R = 19.48%
G = 26.59%
B = 53.93%

CMYK

 C value IS 0.64

 M value IS 0.51

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#344790 (or 0x344790) is known color: Tory Blue. HEX triplet: 34, 47 and 90. RGB value is (52,71,144). Sum of RGB (Red+Green+Blue) = 52+71+144=267 (35% of max value = 765). Red value is 52 (20.70% from 255 or 19.48% from 267); Green value is 71 (28.12% from 255 or 26.59% from 267); Blue value is 144 (56.64% from 255 or 53.93% from 267); Max value from RGB is 144 - color contains mainly: blue. Hex color #344790 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #344790 is #CBB86F. Grayscale: #494949. Windows color (decimal): -13351024 or 9455412. OLE color: 9455412.

HSL color Cylindrical-coordinate representation of color #344790: hue angle of 227.61º degrees, saturation: 0.47, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #344790 is Cyan = 0.64, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 52 71 144 -
CMYK 0.64 0.51 0 0.44
HSL 227.61º 0.47% 0.38% -
HSV(B) 227.61º 0.64% 0.56% -
XYZ 8.7 7.25 27.33 -
YUV 73.64 167.71 112.56 -
System Red Green Blue C M Y K H S L
Decimal 52 71 144 0.64 0.51 0 0.44 227.61 0.47 0.38
Hex 34 47 90 40 33 0 2C E4 2F 26
Octal 64 107 220 100 63 0 54 344 57 46
Binary 110100 1000111 10010000 1000000 110011 0 101100 11100100 101111 100110

Color Harmonies of #344790

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #344790

Black with #344790

Text Example


Text Example

White with #344790

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #344790; }

 p { color: rgb(52,71,144); }

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

background-color css

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

 a { background-color: rgb(52,71,144); }

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

border-color css

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

 span { border-color: rgb(52,71,144); }

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