#34568B

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

Shades of St Tropaz #34568B

Tints of St Tropaz #34568B

Color information

#34568B (or 0x34568B) is unknown color: approx St Tropaz. HEX triplet: 34, 56 and 8B. RGB value is (52,86,139). Sum of RGB (Red+Green+Blue) = 52+86+139=277 (36% of max value = 765). Red value is 52 (20.70% from 255 or 18.77% from 277); Green value is 86 (33.98% from 255 or 31.05% from 277); Blue value is 139 (54.69% from 255 or 50.18% from 277); Max value from RGB is 139 - color contains mainly: blue. Hex color #34568B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #34568B is #CBA974. Grayscale: #515151. Windows color (decimal): -13347189 or 9131572. OLE color: 9131572.

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

Color convert

RGB5286139-
CMYK0.630.3800.45
HSL216.55º45.55%37.45%-
HSV(B)216.55º62.59%54.51%-
XYZ9.49.2525.72-
YUV81.88160.24106.69-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 18.77%
GREEN value IS 86 (33.98% from 255) = 31.05%
BLUE value IS 139 (54.69% from 255) = 50.18%
R=18.77%
G=31.05%
B=50.18%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal52861390.630.3800.45216.5545.5537.45
Hex34568B3F2602Dd92e25
Octal6412621377460553315645
Binary110100101011010001011111111100110010110111011001101110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34568B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #34568B; }

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

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

<style>
 a { background-color: #34568B; }

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

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

<style>
 span { border-color: #34568B; }

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

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