#34567D

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

Shades of St Tropaz #34567D

Tints of St Tropaz #34567D

Color information

#34567D (or 0x34567D) is unknown color: approx St Tropaz. HEX triplet: 34, 56 and 7D. RGB value is (52,86,125). Sum of RGB (Red+Green+Blue) = 52+86+125=263 (34% of max value = 765). Red value is 52 (20.70% from 255 or 19.77% from 263); Green value is 86 (33.98% from 255 or 32.70% from 263); Blue value is 125 (49.22% from 255 or 47.53% from 263); Max value from RGB is 125 - color contains mainly: blue. Hex color #34567D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #34567D is #CBA982. Grayscale: #505050. Windows color (decimal): -13347203 or 8214068. OLE color: 8214068.

HSL color Cylindrical-coordinate representation of color #34567D: hue angle of 212.05º 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 #34567D is Cyan = 0.58, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB5286125-
CMYK0.580.3100.51
HSL212.05º41.24%34.71%-
HSV(B)212.05º58.4%49.02%-
XYZ8.458.8720.67-
YUV80.28153.24107.83-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 19.77%
GREEN value IS 86 (33.98% from 255) = 32.70%
BLUE value IS 125 (49.22% from 255) = 47.53%
R=19.77%
G=32.70%
B=47.53%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal52861250.580.3100.51212.0541.2434.71
Hex34567D3A1F033d42923
Octal6412617572370633245143
Binary1101001010110111110111101011111011001111010100101001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34567D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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