Html Css Color HEX #344690 Tory Blue

📋 copy color: '#344690'

red 52 ◦ green 70 ◦ blue 144

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

Shades of Tory Blue #344690

Tints of Tory Blue #344690

RGB

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

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

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

R = 19.55%
G = 26.32%
B = 54.14%

CMYK

 C value IS 0.64

 M value IS 0.51

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#344690 (or 0x344690) is known color: Tory Blue. HEX triplet: 34, 46 and 90. RGB value is (52,70,144). Sum of RGB (Red+Green+Blue) = 52+70+144=266 (35% of max value = 765). Red value is 52 (20.70% from 255 or 19.55% from 266); Green value is 70 (27.73% from 255 or 26.32% from 266); Blue value is 144 (56.64% from 255 or 54.14% from 266); Max value from RGB is 144 - color contains mainly: blue. Hex color #344690 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #344690 is #CBB96F. Grayscale: #484848. Windows color (decimal): -13351280 or 9455156. OLE color: 9455156.

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

Color convert

RGB 52 70 144 -
CMYK 0.64 0.51 0 0.44
HSL 228.26º 0.47% 0.38% -
HSV(B) 228.26º 0.64% 0.56% -
XYZ 8.64 7.12 27.31 -
YUV 73.05 168.04 112.98 -
System Red Green Blue C M Y K H S L
Decimal 52 70 144 0.64 0.51 0 0.44 228.26 0.47 0.38
Hex 34 46 90 40 33 0 2C E4 2F 26
Octal 64 106 220 100 63 0 54 344 57 46
Binary 110100 1000110 10010000 1000000 110011 0 101100 11100100 101111 100110

Color Harmonies of #344690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #344690

Black with #344690

Text Example


Text Example

White with #344690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #344690; }

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

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

background-color css

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

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

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

border-color css

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

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

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