Html Css Color HEX #344990 Tory Blue

📋 copy color: '#344990'

red 52 ◦ green 73 ◦ blue 144

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

Shades of Tory Blue #344990

Tints of Tory Blue #344990

RGB

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

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

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

R = 19.33%
G = 27.14%
B = 53.53%

CMYK

 C value IS 0.64

 M value IS 0.49

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#344990 (or 0x344990) is known color: Tory Blue. HEX triplet: 34, 49 and 90. RGB value is (52,73,144). Sum of RGB (Red+Green+Blue) = 52+73+144=269 (35% of max value = 765). Red value is 52 (20.70% from 255 or 19.33% from 269); Green value is 73 (28.91% from 255 or 27.14% from 269); Blue value is 144 (56.64% from 255 or 53.53% from 269); Max value from RGB is 144 - color contains mainly: blue. Hex color #344990 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #344990 is #CBB66F. Grayscale: #4A4A4A. Windows color (decimal): -13350512 or 9455924. OLE color: 9455924.

HSL color Cylindrical-coordinate representation of color #344990: hue angle of 226.3º 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 #344990 is Cyan = 0.64, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 52 73 144 -
CMYK 0.64 0.49 0 0.44
HSL 226.3º 0.47% 0.38% -
HSV(B) 226.3º 0.64% 0.56% -
XYZ 8.83 7.51 27.37 -
YUV 74.82 167.04 111.73 -
System Red Green Blue C M Y K H S L
Decimal 52 73 144 0.64 0.49 0 0.44 226.3 0.47 0.38
Hex 34 49 90 40 31 0 2C E2 2F 26
Octal 64 111 220 100 61 0 54 342 57 46
Binary 110100 1001001 10010000 1000000 110001 0 101100 11100010 101111 100110

Color Harmonies of #344990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #344990

Black with #344990

Text Example


Text Example

White with #344990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #344990; }

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

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

background-color css

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

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

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

border-color css

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

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

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