Html Css Color HEX #34529C Tory Blue

📋 copy color: '#34529C'

red 52 ◦ green 82 ◦ blue 156

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

Shades of Tory Blue #34529C

Tints of Tory Blue #34529C

RGB

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

 GREEN value IS 82 (32.42% from 255) = 28.28%

 BLUE value IS 156 (61.33% from 255) = 53.79%

R = 17.93%
G = 28.28%
B = 53.79%

CMYK

 C value IS 0.67

 M value IS 0.47

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#34529C (or 0x34529C) is known color: Tory Blue. HEX triplet: 34, 52 and 9C. RGB value is (52,82,156). Sum of RGB (Red+Green+Blue) = 52+82+156=290 (38% of max value = 765). Red value is 52 (20.70% from 255 or 17.93% from 290); Green value is 82 (32.42% from 255 or 28.28% from 290); Blue value is 156 (61.33% from 255 or 53.79% from 290); Max value from RGB is 156 - color contains mainly: blue. Hex color #34529C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #34529C is #CBAD63. Grayscale: #515151. Windows color (decimal): -13348196 or 10244660. OLE color: 10244660.

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

Color convert

RGB 52 82 156 -
CMYK 0.67 0.47 0 0.39
HSL 222.69º 0.5% 0.41% -
HSV(B) 222.69º 0.67% 0.61% -
XYZ 10.43 9.16 32.67 -
YUV 81.47 170.06 106.98 -
System Red Green Blue C M Y K H S L
Decimal 52 82 156 0.67 0.47 0 0.39 222.69 0.5 0.41
Hex 34 52 9C 43 2F 0 27 DF 32 29
Octal 64 122 234 103 57 0 47 337 62 51
Binary 110100 1010010 10011100 1000011 101111 0 100111 11011111 110010 101001

Color Harmonies of #34529C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34529C

Black with #34529C

Text Example


Text Example

White with #34529C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #34529C; }

 p { color: rgb(52,82,156); }

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

background-color css

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

 a { background-color: rgb(52,82,156); }

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

border-color css

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

 span { border-color: rgb(52,82,156); }

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