#357B87

Color #357B87 Calypso (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Calypso #357B87

Tints of Calypso #357B87

Color information

#357B87 (or 0x357B87) is unknown color: approx Calypso. HEX triplet: 35, 7B and 87. RGB value is (53,123,135). Sum of RGB (Red+Green+Blue) = 53+123+135=311 (41% of max value = 765). Red value is 53 (21.09% from 255 or 17.04% from 311); Green value is 123 (48.44% from 255 or 39.55% from 311); Blue value is 135 (53.12% from 255 or 43.41% from 311); Max value from RGB is 135 - color contains mainly: blue. Hex color #357B87 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #357B87 is #CA8478. Grayscale: #676767. Windows color (decimal): -13272185 or 8878901. OLE color: 8878901.

HSL color Cylindrical-coordinate representation of color #357B87: hue angle of 188.78º degrees, saturation: 0.44, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #357B87 is Cyan = 0.61, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB53123135-
CMYK0.610.0900.47
HSL188.78º43.62%36.86%-
HSV(B)188.78º60.74%52.94%-
XYZ12.9216.6725.46-
YUV103.44145.8192.02-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 17.04%
GREEN value IS 123 (48.44% from 255) = 39.55%
BLUE value IS 135 (53.12% from 255) = 43.41%
R=17.04%
G=39.55%
B=43.41%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal531231350.610.0900.47188.7843.6236.86
Hex357B873D902Fbd2c25
Octal6517320775110572755445
Binary1101011111011100001111111011001010111110111101101100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #357B87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #357B87; }

 p { color: rgb(53,123,135); }

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

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

 a { background-color: rgb(53,123,135); }

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

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

 span { border-color: rgb(53,123,135); }

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