Html Css Color HEX #344886 Tory Blue

📋 copy color: '#344886'

red 52 ◦ green 72 ◦ blue 134

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

Shades of Tory Blue #344886

Tints of Tory Blue #344886

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 51.94%

R = 20.16%
G = 27.91%
B = 51.94%

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

#344886 (or 0x344886) is known color: Tory Blue. HEX triplet: 34, 48 and 86. RGB value is (52,72,134). Sum of RGB (Red+Green+Blue) = 52+72+134=258 (34% of max value = 765). Red value is 52 (20.70% from 255 or 20.16% from 258); Green value is 72 (28.52% from 255 or 27.91% from 258); Blue value is 134 (52.73% from 255 or 51.94% from 258); Max value from RGB is 134 - color contains mainly: blue. Hex color #344886 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #344886 is #CBB779. Grayscale: #484848. Windows color (decimal): -13350778 or 8800308. OLE color: 8800308.

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

Color convert

RGB 52 72 134 -
CMYK 0.61 0.46 0 0.47
HSL 225.37º 0.44% 0.36% -
HSV(B) 225.37º 0.61% 0.53% -
XYZ 8.04 7.09 23.5 -
YUV 73.09 162.37 112.96 -
System Red Green Blue C M Y K H S L
Decimal 52 72 134 0.61 0.46 0 0.47 225.37 0.44 0.36
Hex 34 48 86 3D 2E 0 2F E1 2C 24
Octal 64 110 206 75 56 0 57 341 54 44
Binary 110100 1001000 10000110 111101 101110 0 101111 11100001 101100 100100

Color Harmonies of #344886

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #344886

Black with #344886

Text Example


Text Example

White with #344886

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #344886; }

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

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

background-color css

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

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

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

border-color css

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

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

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