Html Css Color HEX #344F89 Tory Blue

📋 copy color: '#344F89'

red 52 ◦ green 79 ◦ blue 137

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

Shades of Tory Blue #344F89

Tints of Tory Blue #344F89

RGB

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

 GREEN value IS 79 (31.25% from 255) = 29.48%

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

R = 19.4%
G = 29.48%
B = 51.12%

CMYK

 C value IS 0.62

 M value IS 0.42

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#344F89 (or 0x344F89) is known color: Tory Blue. HEX triplet: 34, 4F and 89. RGB value is (52,79,137). Sum of RGB (Red+Green+Blue) = 52+79+137=268 (35% of max value = 765). Red value is 52 (20.70% from 255 or 19.40% from 268); Green value is 79 (31.25% from 255 or 29.48% from 268); Blue value is 137 (53.91% from 255 or 51.12% from 268); Max value from RGB is 137 - color contains mainly: blue. Hex color #344F89 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #344F89 is #CBB076. Grayscale: #4D4D4D. Windows color (decimal): -13348983 or 8998708. OLE color: 8998708.

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

Color convert

RGB 52 79 137 -
CMYK 0.62 0.42 0 0.46
HSL 220.94º 0.45% 0.37% -
HSV(B) 220.94º 0.62% 0.54% -
XYZ 8.73 8.13 24.78 -
YUV 77.54 161.55 109.78 -
System Red Green Blue C M Y K H S L
Decimal 52 79 137 0.62 0.42 0 0.46 220.94 0.45 0.37
Hex 34 4F 89 3E 2A 0 2E DD 2D 25
Octal 64 117 211 76 52 0 56 335 55 45
Binary 110100 1001111 10001001 111110 101010 0 101110 11011101 101101 100101

Color Harmonies of #344F89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #344F89

Black with #344F89

Text Example


Text Example

White with #344F89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #344F89; }

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

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

background-color css

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

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

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

border-color css

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

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

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