Html Css Color HEX #344E93 Tory Blue

📋 copy color: '#344E93'

red 52 ◦ green 78 ◦ blue 147

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

Shades of Tory Blue #344E93

Tints of Tory Blue #344E93

RGB

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

 GREEN value IS 78 (30.86% from 255) = 28.16%

 BLUE value IS 147 (57.81% from 255) = 53.07%

R = 18.77%
G = 28.16%
B = 53.07%

CMYK

 C value IS 0.65

 M value IS 0.47

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#344E93 (or 0x344E93) is known color: Tory Blue. HEX triplet: 34, 4E and 93. RGB value is (52,78,147). Sum of RGB (Red+Green+Blue) = 52+78+147=277 (36% of max value = 765). Red value is 52 (20.70% from 255 or 18.77% from 277); Green value is 78 (30.86% from 255 or 28.16% from 277); Blue value is 147 (57.81% from 255 or 53.07% from 277); Max value from RGB is 147 - color contains mainly: blue. Hex color #344E93 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #344E93 is #CBB16C. Grayscale: #4D4D4D. Windows color (decimal): -13349229 or 9653812. OLE color: 9653812.

HSL color Cylindrical-coordinate representation of color #344E93: hue angle of 223.58º degrees, saturation: 0.48, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #344E93 is Cyan = 0.65, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 52 78 147 -
CMYK 0.65 0.47 0 0.42
HSL 223.58º 0.48% 0.39% -
HSV(B) 223.58º 0.65% 0.58% -
XYZ 9.41 8.29 28.71 -
YUV 78.09 166.89 109.39 -
System Red Green Blue C M Y K H S L
Decimal 52 78 147 0.65 0.47 0 0.42 223.58 0.48 0.39
Hex 34 4E 93 41 2F 0 2A E0 30 27
Octal 64 116 223 101 57 0 52 340 60 47
Binary 110100 1001110 10010011 1000001 101111 0 101010 11100000 110000 100111

Color Harmonies of #344E93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #344E93

Black with #344E93

Text Example


Text Example

White with #344E93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,78,147); }

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

background-color css

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

 a { background-color: rgb(52,78,147); }

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

border-color css

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

 span { border-color: rgb(52,78,147); }

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