Html Css Color HEX #344987 Tory Blue

📋 copy color: '#344987'

red 52 ◦ green 73 ◦ blue 135

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

Shades of Tory Blue #344987

Tints of Tory Blue #344987

RGB

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

 GREEN value IS 73 (28.91% from 255) = 28.08%

 BLUE value IS 135 (53.13% from 255) = 51.92%

R = 20%
G = 28.08%
B = 51.92%

CMYK

 C value IS 0.61

 M value IS 0.46

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#344987 (or 0x344987) is known color: Tory Blue. HEX triplet: 34, 49 and 87. RGB value is (52,73,135). Sum of RGB (Red+Green+Blue) = 52+73+135=260 (34% of max value = 765). Red value is 52 (20.70% from 255 or 20% from 260); Green value is 73 (28.91% from 255 or 28.08% from 260); Blue value is 135 (53.12% from 255 or 51.92% from 260); Max value from RGB is 135 - color contains mainly: blue. Hex color #344987 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #344987 is #CBB678. Grayscale: #494949. Windows color (decimal): -13350521 or 8866100. OLE color: 8866100.

HSL color Cylindrical-coordinate representation of color #344987: hue angle of 224.82º degrees, saturation: 0.44, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #344987 is Cyan = 0.61, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 52 73 135 -
CMYK 0.61 0.46 0 0.47
HSL 224.82º 0.44% 0.37% -
HSV(B) 224.82º 0.61% 0.53% -
XYZ 8.17 7.24 23.89 -
YUV 73.79 162.54 112.46 -
System Red Green Blue C M Y K H S L
Decimal 52 73 135 0.61 0.46 0 0.47 224.82 0.44 0.37
Hex 34 49 87 3D 2E 0 2F E1 2C 25
Octal 64 111 207 75 56 0 57 341 54 45
Binary 110100 1001001 10000111 111101 101110 0 101111 11100001 101100 100101

Color Harmonies of #344987

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #344987

Black with #344987

Text Example


Text Example

White with #344987

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #344987; }

 p { color: rgb(52,73,135); }

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

background-color css

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

 a { background-color: rgb(52,73,135); }

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

border-color css

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

 span { border-color: rgb(52,73,135); }

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