#34527D

Color #34527D St Tropaz (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of St Tropaz #34527D

Tints of St Tropaz #34527D

Color information

#34527D (or 0x34527D) is unknown color: approx St Tropaz. HEX triplet: 34, 52 and 7D. RGB value is (52,82,125). Sum of RGB (Red+Green+Blue) = 52+82+125=259 (34% of max value = 765). Red value is 52 (20.70% from 255 or 20.08% from 259); Green value is 82 (32.42% from 255 or 31.66% from 259); Blue value is 125 (49.22% from 255 or 48.26% from 259); Max value from RGB is 125 - color contains mainly: blue. Hex color #34527D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #34527D is #CBAD82. Grayscale: #4D4D4D. Windows color (decimal): -13348227 or 8213044. OLE color: 8213044.

HSL color Cylindrical-coordinate representation of color #34527D: hue angle of 215.34º degrees, saturation: 0.41, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #34527D is Cyan = 0.58, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB5282125-
CMYK0.580.3400.51
HSL215.34º41.24%34.71%-
HSV(B)215.34º58.4%49.02%-
XYZ8.148.2520.56-
YUV77.93154.56109.5-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 20.08%
GREEN value IS 82 (32.42% from 255) = 31.66%
BLUE value IS 125 (49.22% from 255) = 48.26%
R=20.08%
G=31.66%
B=48.26%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal52821250.580.3400.51215.3441.2434.71
Hex34527D3A22033d72923
Octal6412217572420633275143
Binary11010010100101111101111010100010011001111010111101001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34527D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #34527D;
 }
 .AnyTagClassName
 {
   color: #34527D;
 }
</style>
background-color css

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

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

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

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

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

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