Html Css Color HEX #344890 Tory Blue

📋 copy color: '#344890'

red 52 ◦ green 72 ◦ blue 144

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

Shades of Tory Blue #344890

Tints of Tory Blue #344890

RGB

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

 GREEN value IS 72 (28.52% from 255) = 26.87%

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

R = 19.4%
G = 26.87%
B = 53.73%

CMYK

 C value IS 0.64

 M value IS 0.50

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#344890 (or 0x344890) is known color: Tory Blue. HEX triplet: 34, 48 and 90. RGB value is (52,72,144). Sum of RGB (Red+Green+Blue) = 52+72+144=268 (35% of max value = 765). Red value is 52 (20.70% from 255 or 19.40% from 268); Green value is 72 (28.52% from 255 or 26.87% from 268); Blue value is 144 (56.64% from 255 or 53.73% from 268); Max value from RGB is 144 - color contains mainly: blue. Hex color #344890 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #344890 is #CBB76F. Grayscale: #494949. Windows color (decimal): -13350768 or 9455668. OLE color: 9455668.

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

Color convert

RGB 52 72 144 -
CMYK 0.64 0.50 0 0.44
HSL 226.96º 0.47% 0.38% -
HSV(B) 226.96º 0.64% 0.56% -
XYZ 8.77 7.38 27.35 -
YUV 74.23 167.37 112.15 -
System Red Green Blue C M Y K H S L
Decimal 52 72 144 0.64 0.50 0 0.44 226.96 0.47 0.38
Hex 34 48 90 40 32 0 2C E3 2F 26
Octal 64 110 220 100 62 0 54 343 57 46
Binary 110100 1001000 10010000 1000000 110010 0 101100 11100011 101111 100110

Color Harmonies of #344890

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #344890

Black with #344890

Text Example


Text Example

White with #344890

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #344890; }

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

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

background-color css

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

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

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

border-color css

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

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

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