Html Css Color HEX #344E90 Tory Blue

📋 copy color: '#344E90'

red 52 ◦ green 78 ◦ blue 144

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

Shades of Tory Blue #344E90

Tints of Tory Blue #344E90

RGB

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

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

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

R = 18.98%
G = 28.47%
B = 52.55%

CMYK

 C value IS 0.64

 M value IS 0.46

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#344E90 (or 0x344E90) is known color: Tory Blue. HEX triplet: 34, 4E and 90. RGB value is (52,78,144). Sum of RGB (Red+Green+Blue) = 52+78+144=274 (36% of max value = 765). Red value is 52 (20.70% from 255 or 18.98% from 274); Green value is 78 (30.86% from 255 or 28.47% from 274); Blue value is 144 (56.64% from 255 or 52.55% from 274); Max value from RGB is 144 - color contains mainly: blue. Hex color #344E90 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #344E90 is #CBB16F. Grayscale: #4D4D4D. Windows color (decimal): -13349232 or 9457204. OLE color: 9457204.

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

Color convert

RGB 52 78 144 -
CMYK 0.64 0.46 0 0.44
HSL 223.04º 0.47% 0.38% -
HSV(B) 223.04º 0.64% 0.56% -
XYZ 9.17 8.19 27.48 -
YUV 77.75 165.39 109.63 -
System Red Green Blue C M Y K H S L
Decimal 52 78 144 0.64 0.46 0 0.44 223.04 0.47 0.38
Hex 34 4E 90 40 2E 0 2C DF 2F 26
Octal 64 116 220 100 56 0 54 337 57 46
Binary 110100 1001110 10010000 1000000 101110 0 101100 11011111 101111 100110

Color Harmonies of #344E90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #344E90

Black with #344E90

Text Example


Text Example

White with #344E90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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