Html Css Color HEX #344489 Tory Blue

📋 copy color: '#344489'

red 52 ◦ green 68 ◦ blue 137

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

Shades of Tory Blue #344489

Tints of Tory Blue #344489

RGB

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

 GREEN value IS 68 (26.95% from 255) = 26.46%

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

R = 20.23%
G = 26.46%
B = 53.31%

CMYK

 C value IS 0.62

 M value IS 0.50

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#344489 (or 0x344489) is known color: Tory Blue. HEX triplet: 34, 44 and 89. RGB value is (52,68,137). Sum of RGB (Red+Green+Blue) = 52+68+137=257 (34% of max value = 765). Red value is 52 (20.70% from 255 or 20.23% from 257); Green value is 68 (26.95% from 255 or 26.46% from 257); Blue value is 137 (53.91% from 255 or 53.31% from 257); Max value from RGB is 137 - color contains mainly: blue. Hex color #344489 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #344489 is #CBBB76. Grayscale: #464646. Windows color (decimal): -13351799 or 8995892. OLE color: 8995892.

HSL color Cylindrical-coordinate representation of color #344489: hue angle of 228.71º 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 #344489 is Cyan = 0.62, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 52 68 137 -
CMYK 0.62 0.50 0 0.46
HSL 228.71º 0.45% 0.37% -
HSV(B) 228.71º 0.62% 0.54% -
XYZ 8 6.67 24.53 -
YUV 71.08 165.2 114.39 -
System Red Green Blue C M Y K H S L
Decimal 52 68 137 0.62 0.50 0 0.46 228.71 0.45 0.37
Hex 34 44 89 3E 32 0 2E E5 2D 25
Octal 64 104 211 76 62 0 56 345 55 45
Binary 110100 1000100 10001001 111110 110010 0 101110 11100101 101101 100101

Color Harmonies of #344489

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #344489

Black with #344489

Text Example


Text Example

White with #344489

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #344489; }

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

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

background-color css

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

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

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

border-color css

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

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

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