Html Css Color HEX #34539A Tory Blue

📋 copy color: '#34539A'

red 52 ◦ green 83 ◦ blue 154

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

Shades of Tory Blue #34539A

Tints of Tory Blue #34539A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 53.29%

R = 17.99%
G = 28.72%
B = 53.29%

CMYK

 C value IS 0.66

 M value IS 0.46

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#34539A (or 0x34539A) is known color: Tory Blue. HEX triplet: 34, 53 and 9A. RGB value is (52,83,154). Sum of RGB (Red+Green+Blue) = 52+83+154=289 (38% of max value = 765). Red value is 52 (20.70% from 255 or 17.99% from 289); Green value is 83 (32.81% from 255 or 28.72% from 289); Blue value is 154 (60.55% from 255 or 53.29% from 289); Max value from RGB is 154 - color contains mainly: blue. Hex color #34539A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #34539A is #CBAC65. Grayscale: #515151. Windows color (decimal): -13347942 or 10113844. OLE color: 10113844.

HSL color Cylindrical-coordinate representation of color #34539A: hue angle of 221.76º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #34539A is Cyan = 0.66, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 52 83 154 -
CMYK 0.66 0.46 0 0.40
HSL 221.76º 0.5% 0.4% -
HSV(B) 221.76º 0.66% 0.6% -
XYZ 10.34 9.25 31.81 -
YUV 81.83 168.73 106.73 -
System Red Green Blue C M Y K H S L
Decimal 52 83 154 0.66 0.46 0 0.40 221.76 0.5 0.4
Hex 34 53 9A 42 2E 0 28 DE 32 28
Octal 64 123 232 102 56 0 50 336 62 50
Binary 110100 1010011 10011010 1000010 101110 0 101000 11011110 110010 101000

Color Harmonies of #34539A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34539A

Black with #34539A

Text Example


Text Example

White with #34539A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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