#357682

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

Shades of Calypso #357682

Tints of Calypso #357682

Color information

#357682 (or 0x357682) is unknown color: approx Calypso. HEX triplet: 35, 76 and 82. RGB value is (53,118,130). Sum of RGB (Red+Green+Blue) = 53+118+130=301 (39% of max value = 765). Red value is 53 (21.09% from 255 or 17.61% from 301); Green value is 118 (46.48% from 255 or 39.20% from 301); Blue value is 130 (51.17% from 255 or 43.19% from 301); Max value from RGB is 130 - color contains mainly: blue. Hex color #357682 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #357682 is #CA897D. Grayscale: #636363. Windows color (decimal): -13273470 or 8549941. OLE color: 8549941.

HSL color Cylindrical-coordinate representation of color #357682: hue angle of 189.35º degrees, saturation: 0.42, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #357682 is Cyan = 0.59, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB53118130-
CMYK0.590.0900.49
HSL189.35º42.08%35.88%-
HSV(B)189.35º59.23%50.98%-
XYZ11.9815.3323.45-
YUV99.93144.9794.52-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 17.61%
GREEN value IS 118 (46.48% from 255) = 39.20%
BLUE value IS 130 (51.17% from 255) = 43.19%
R=17.61%
G=39.20%
B=43.19%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal531181300.590.0900.49189.3542.0835.88
Hex3576823B9031bd2a24
Octal6516620273110612755244
Binary1101011110110100000101110111001011000110111101101010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #357682

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #357682; }

 p { color: rgb(53,118,130); }

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

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

 a { background-color: rgb(53,118,130); }

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

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

 span { border-color: rgb(53,118,130); }

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