#345883

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

Shades of St Tropaz #345883

Tints of St Tropaz #345883

Color information

#345883 (or 0x345883) is unknown color: approx St Tropaz. HEX triplet: 34, 58 and 83. RGB value is (52,88,131). Sum of RGB (Red+Green+Blue) = 52+88+131=271 (35% of max value = 765). Red value is 52 (20.70% from 255 or 19.19% from 271); Green value is 88 (34.77% from 255 or 32.47% from 271); Blue value is 131 (51.56% from 255 or 48.34% from 271); Max value from RGB is 131 - color contains mainly: blue. Hex color #345883 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #345883 is #CBA77C. Grayscale: #515151. Windows color (decimal): -13346685 or 8607796. OLE color: 8607796.

HSL color Cylindrical-coordinate representation of color #345883: hue angle of 212.66º degrees, saturation: 0.43, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #345883 is Cyan = 0.60, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB5288131-
CMYK0.600.3300.49
HSL212.66º43.17%35.88%-
HSV(B)212.66º60.31%51.37%-
XYZ99.3522.8-
YUV82.14155.57106.5-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 19.19%
GREEN value IS 88 (34.77% from 255) = 32.47%
BLUE value IS 131 (51.56% from 255) = 48.34%
R=19.19%
G=32.47%
B=48.34%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal52881310.600.3300.49212.6643.1735.88
Hex3458833C21031d52b24
Octal6413020374410613255344
Binary110100101100010000011111100100001011000111010101101011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #345883

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #345883; }

 p { color: rgb(52,88,131); }

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

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

 a { background-color: rgb(52,88,131); }

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

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

 span { border-color: rgb(52,88,131); }

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