Html Css Color HEX #34539B Tory Blue

📋 copy color: '#34539B'

red 52 ◦ green 83 ◦ blue 155

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

Shades of Tory Blue #34539B

Tints of Tory Blue #34539B

RGB

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

 GREEN value IS 83 (32.81% from 255) = 28.62%

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

R = 17.93%
G = 28.62%
B = 53.45%

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

#34539B (or 0x34539B) is known color: Tory Blue. HEX triplet: 34, 53 and 9B. RGB value is (52,83,155). Sum of RGB (Red+Green+Blue) = 52+83+155=290 (38% of max value = 765). Red value is 52 (20.70% from 255 or 17.93% from 290); Green value is 83 (32.81% from 255 or 28.62% from 290); Blue value is 155 (60.94% from 255 or 53.45% from 290); Max value from RGB is 155 - color contains mainly: blue. Hex color #34539B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #34539B is #CBAC64. Grayscale: #515151. Windows color (decimal): -13347941 or 10179380. OLE color: 10179380.

HSL color Cylindrical-coordinate representation of color #34539B: hue angle of 221.94º 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 #34539B is Cyan = 0.66, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 52 83 155 -
CMYK 0.66 0.46 0 0.39
HSL 221.94º 0.5% 0.41% -
HSV(B) 221.94º 0.66% 0.61% -
XYZ 10.43 9.28 32.25 -
YUV 81.94 169.23 106.65 -
System Red Green Blue C M Y K H S L
Decimal 52 83 155 0.66 0.46 0 0.39 221.94 0.5 0.41
Hex 34 53 9B 42 2E 0 27 DE 32 29
Octal 64 123 233 102 56 0 47 336 62 51
Binary 110100 1010011 10011011 1000010 101110 0 100111 11011110 110010 101001

Color Harmonies of #34539B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34539B

Black with #34539B

Text Example


Text Example

White with #34539B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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