#357A88

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

Shades of Calypso #357A88

Tints of Calypso #357A88

Color information

#357A88 (or 0x357A88) is unknown color: approx Calypso. HEX triplet: 35, 7A and 88. RGB value is (53,122,136). Sum of RGB (Red+Green+Blue) = 53+122+136=311 (41% of max value = 765). Red value is 53 (21.09% from 255 or 17.04% from 311); Green value is 122 (48.05% from 255 or 39.23% from 311); Blue value is 136 (53.52% from 255 or 43.73% from 311); Max value from RGB is 136 - color contains mainly: blue. Hex color #357A88 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #357A88 is #CA8577. Grayscale: #666666. Windows color (decimal): -13272440 or 8944181. OLE color: 8944181.

HSL color Cylindrical-coordinate representation of color #357A88: hue angle of 190.12º 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 #357A88 is Cyan = 0.61, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB53122136-
CMYK0.610.1000.47
HSL190.12º43.92%37.06%-
HSV(B)190.12º61.03%53.33%-
XYZ12.8716.4525.79-
YUV102.96146.6492.36-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 17.04%
GREEN value IS 122 (48.05% from 255) = 39.23%
BLUE value IS 136 (53.52% from 255) = 43.73%
R=17.04%
G=39.23%
B=43.73%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal531221360.610.1000.47190.1243.9237.06
Hex357A883DA02Fbe2c25
Octal6517221075120572765445
Binary1101011111010100010001111011010010111110111110101100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #357A88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,122,136); }

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

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

 a { background-color: rgb(53,122,136); }

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

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

 span { border-color: rgb(53,122,136); }

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