#354E70

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

Shades of St Tropaz #354E70

Tints of St Tropaz #354E70

Color information

#354E70 (or 0x354E70) is unknown color: approx St Tropaz. HEX triplet: 35, 4E and 70. RGB value is (53,78,112). Sum of RGB (Red+Green+Blue) = 53+78+112=243 (32% of max value = 765). Red value is 53 (21.09% from 255 or 21.81% from 243); Green value is 78 (30.86% from 255 or 32.10% from 243); Blue value is 112 (44.14% from 255 or 46.09% from 243); Max value from RGB is 112 - color contains mainly: blue. Hex color #354E70 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #354E70 is #CAB18F. Grayscale: #4A4A4A. Windows color (decimal): -13283728 or 7360053. OLE color: 7360053.

HSL color Cylindrical-coordinate representation of color #354E70: hue angle of 214.58º degrees, saturation: 0.36, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #354E70 is Cyan = 0.53, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB5378112-
CMYK0.530.3000.56
HSL214.58º35.76%32.35%-
HSV(B)214.58º52.68%43.92%-
XYZ7.127.3816.38-
YUV74.4149.22112.74-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 21.81%
GREEN value IS 78 (30.86% from 255) = 32.10%
BLUE value IS 112 (44.14% from 255) = 46.09%
R=21.81%
G=32.10%
B=46.09%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal53781120.530.3000.56214.5835.7632.35
Hex354E70351E038d72420
Octal6511616065360703274440
Binary1101011001110111000011010111110011100011010111100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #354E70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #354E70; }

 p { color: rgb(53,78,112); }

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

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

 a { background-color: rgb(53,78,112); }

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

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

 span { border-color: rgb(53,78,112); }

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