Html Css Color HEX #34528D Tory Blue

📋 copy color: '#34528D'

red 52 ◦ green 82 ◦ blue 141

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

Shades of Tory Blue #34528D

Tints of Tory Blue #34528D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 51.27%

R = 18.91%
G = 29.82%
B = 51.27%

CMYK

 C value IS 0.63

 M value IS 0.42

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#34528D (or 0x34528D) is known color: Tory Blue. HEX triplet: 34, 52 and 8D. RGB value is (52,82,141). Sum of RGB (Red+Green+Blue) = 52+82+141=275 (36% of max value = 765). Red value is 52 (20.70% from 255 or 18.91% from 275); Green value is 82 (32.42% from 255 or 29.82% from 275); Blue value is 141 (55.47% from 255 or 51.27% from 275); Max value from RGB is 141 - color contains mainly: blue. Hex color #34528D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #34528D is #CBAD72. Grayscale: #4F4F4F. Windows color (decimal): -13348211 or 9261620. OLE color: 9261620.

HSL color Cylindrical-coordinate representation of color #34528D: hue angle of 219.78º degrees, saturation: 0.46, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #34528D is Cyan = 0.63, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 52 82 141 -
CMYK 0.63 0.42 0 0.45
HSL 219.78º 0.46% 0.38% -
HSV(B) 219.78º 0.63% 0.55% -
XYZ 9.24 8.69 26.39 -
YUV 79.76 162.56 108.2 -
System Red Green Blue C M Y K H S L
Decimal 52 82 141 0.63 0.42 0 0.45 219.78 0.46 0.38
Hex 34 52 8D 3F 2A 0 2D DC 2E 26
Octal 64 122 215 77 52 0 55 334 56 46
Binary 110100 1010010 10001101 111111 101010 0 101101 11011100 101110 100110

Color Harmonies of #34528D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34528D

Black with #34528D

Text Example


Text Example

White with #34528D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #34528D; }

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

 H1.HeaderClassName
 {
   color: #34528D;
 }
 .AnyTagClassName
 {
   color: #34528D;
 }
</style>

background-color css

<style>
 a { background-color: #34528D; }

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

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

border-color css

<style>
 span { border-color: #34528D; }

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

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