Html Css Color HEX #344689 Tory Blue

📋 copy color: '#344689'

red 52 ◦ green 70 ◦ blue 137

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

Shades of Tory Blue #344689

Tints of Tory Blue #344689

RGB

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

 GREEN value IS 70 (27.73% from 255) = 27.03%

 BLUE value IS 137 (53.91% from 255) = 52.9%

R = 20.08%
G = 27.03%
B = 52.9%

CMYK

 C value IS 0.62

 M value IS 0.49

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#344689 (or 0x344689) is known color: Tory Blue. HEX triplet: 34, 46 and 89. RGB value is (52,70,137). Sum of RGB (Red+Green+Blue) = 52+70+137=259 (34% of max value = 765). Red value is 52 (20.70% from 255 or 20.08% from 259); Green value is 70 (27.73% from 255 or 27.03% from 259); Blue value is 137 (53.91% from 255 or 52.90% from 259); Max value from RGB is 137 - color contains mainly: blue. Hex color #344689 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #344689 is #CBB976. Grayscale: #474747. Windows color (decimal): -13351287 or 8996404. OLE color: 8996404.

HSL color Cylindrical-coordinate representation of color #344689: hue angle of 227.29º degrees, saturation: 0.45, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #344689 is Cyan = 0.62, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 52 70 137 -
CMYK 0.62 0.49 0 0.46
HSL 227.29º 0.45% 0.37% -
HSV(B) 227.29º 0.62% 0.54% -
XYZ 8.12 6.92 24.57 -
YUV 72.26 164.54 113.55 -
System Red Green Blue C M Y K H S L
Decimal 52 70 137 0.62 0.49 0 0.46 227.29 0.45 0.37
Hex 34 46 89 3E 31 0 2E E3 2D 25
Octal 64 106 211 76 61 0 56 343 55 45
Binary 110100 1000110 10001001 111110 110001 0 101110 11100011 101101 100101

Color Harmonies of #344689

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #344689

Black with #344689

Text Example


Text Example

White with #344689

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #344689; }

 p { color: rgb(52,70,137); }

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

background-color css

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

 a { background-color: rgb(52,70,137); }

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

border-color css

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

 span { border-color: rgb(52,70,137); }

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