Html Css Color HEX #34549B Tory Blue

📋 copy color: '#34549B'

red 52 ◦ green 84 ◦ blue 155

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

Shades of Tory Blue #34549B

Tints of Tory Blue #34549B

RGB

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

 GREEN value IS 84 (33.2% from 255) = 28.87%

 BLUE value IS 155 (60.94% from 255) = 53.26%

R = 17.87%
G = 28.87%
B = 53.26%

CMYK

 C value IS 0.66

 M value IS 0.46

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#34549B (or 0x34549B) is known color: Tory Blue. HEX triplet: 34, 54 and 9B. RGB value is (52,84,155). Sum of RGB (Red+Green+Blue) = 52+84+155=291 (38% of max value = 765). Red value is 52 (20.70% from 255 or 17.87% from 291); Green value is 84 (33.20% from 255 or 28.87% from 291); Blue value is 155 (60.94% from 255 or 53.26% from 291); Max value from RGB is 155 - color contains mainly: blue. Hex color #34549B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #34549B is #CBAB64. Grayscale: #525252. Windows color (decimal): -13347685 or 10179636. OLE color: 10179636.

HSL color Cylindrical-coordinate representation of color #34549B: hue angle of 221.36º degrees, saturation: 0.5, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #34549B is Cyan = 0.66, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 52 84 155 -
CMYK 0.66 0.46 0 0.39
HSL 221.36º 0.5% 0.41% -
HSV(B) 221.36º 0.66% 0.61% -
XYZ 10.5 9.44 32.28 -
YUV 82.53 168.9 106.23 -
System Red Green Blue C M Y K H S L
Decimal 52 84 155 0.66 0.46 0 0.39 221.36 0.5 0.41
Hex 34 54 9B 42 2E 0 27 DD 32 29
Octal 64 124 233 102 56 0 47 335 62 51
Binary 110100 1010100 10011011 1000010 101110 0 100111 11011101 110010 101001

Color Harmonies of #34549B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34549B

Black with #34549B

Text Example


Text Example

White with #34549B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #34549B; }

 p { color: rgb(52,84,155); }

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

background-color css

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

 a { background-color: rgb(52,84,155); }

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

border-color css

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

 span { border-color: rgb(52,84,155); }

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