Html Css Color HEX #344781 Tory Blue

📋 copy color: '#344781'

red 52 ◦ green 71 ◦ blue 129

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

Shades of Tory Blue #344781

Tints of Tory Blue #344781

RGB

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

 GREEN value IS 71 (28.13% from 255) = 28.17%

 BLUE value IS 129 (50.78% from 255) = 51.19%

R = 20.63%
G = 28.17%
B = 51.19%

CMYK

 C value IS 0.60

 M value IS 0.45

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#344781 (or 0x344781) is known color: Tory Blue. HEX triplet: 34, 47 and 81. RGB value is (52,71,129). Sum of RGB (Red+Green+Blue) = 52+71+129=252 (33% of max value = 765). Red value is 52 (20.70% from 255 or 20.63% from 252); Green value is 71 (28.12% from 255 or 28.17% from 252); Blue value is 129 (50.78% from 255 or 51.19% from 252); Max value from RGB is 129 - color contains mainly: blue. Hex color #344781 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #344781 is #CBB87E. Grayscale: #474747. Windows color (decimal): -13351039 or 8472372. OLE color: 8472372.

HSL color Cylindrical-coordinate representation of color #344781: hue angle of 225.19º degrees, saturation: 0.43, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #344781 is Cyan = 0.60, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 52 71 129 -
CMYK 0.60 0.45 0 0.49
HSL 225.19º 0.43% 0.35% -
HSV(B) 225.19º 0.6% 0.51% -
XYZ 7.63 6.82 21.68 -
YUV 71.93 160.21 113.78 -
System Red Green Blue C M Y K H S L
Decimal 52 71 129 0.60 0.45 0 0.49 225.19 0.43 0.35
Hex 34 47 81 3C 2D 0 31 E1 2B 23
Octal 64 107 201 74 55 0 61 341 53 43
Binary 110100 1000111 10000001 111100 101101 0 110001 11100001 101011 100011

Color Harmonies of #344781

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #344781

Black with #344781

Text Example


Text Example

White with #344781

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #344781; }

 p { color: rgb(52,71,129); }

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

background-color css

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

 a { background-color: rgb(52,71,129); }

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

border-color css

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

 span { border-color: rgb(52,71,129); }

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