Html Css Color HEX #34518A Tory Blue

📋 copy color: '#34518A'

red 52 ◦ green 81 ◦ blue 138

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

Shades of Tory Blue #34518A

Tints of Tory Blue #34518A

RGB

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

 GREEN value IS 81 (32.03% from 255) = 29.89%

 BLUE value IS 138 (54.3% from 255) = 50.92%

R = 19.19%
G = 29.89%
B = 50.92%

CMYK

 C value IS 0.62

 M value IS 0.41

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#34518A (or 0x34518A) is known color: Tory Blue. HEX triplet: 34, 51 and 8A. RGB value is (52,81,138). Sum of RGB (Red+Green+Blue) = 52+81+138=271 (35% of max value = 765). Red value is 52 (20.70% from 255 or 19.19% from 271); Green value is 81 (32.03% from 255 or 29.89% from 271); Blue value is 138 (54.30% from 255 or 50.92% from 271); Max value from RGB is 138 - color contains mainly: blue. Hex color #34518A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #34518A is #CBAE75. Grayscale: #4E4E4E. Windows color (decimal): -13348470 or 9064756. OLE color: 9064756.

HSL color Cylindrical-coordinate representation of color #34518A: hue angle of 219.77º degrees, saturation: 0.45, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #34518A is Cyan = 0.62, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 52 81 138 -
CMYK 0.62 0.41 0 0.46
HSL 219.77º 0.45% 0.37% -
HSV(B) 219.77º 0.62% 0.54% -
XYZ 8.95 8.45 25.2 -
YUV 78.83 161.39 108.87 -
System Red Green Blue C M Y K H S L
Decimal 52 81 138 0.62 0.41 0 0.46 219.77 0.45 0.37
Hex 34 51 8A 3E 29 0 2E DC 2D 25
Octal 64 121 212 76 51 0 56 334 55 45
Binary 110100 1010001 10001010 111110 101001 0 101110 11011100 101101 100101

Color Harmonies of #34518A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34518A

Black with #34518A

Text Example


Text Example

White with #34518A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #34518A; }

 p { color: rgb(52,81,138); }

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

background-color css

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

 a { background-color: rgb(52,81,138); }

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

border-color css

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

 span { border-color: rgb(52,81,138); }

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