#367685

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

Shades of Calypso #367685

Tints of Calypso #367685

Color information

#367685 (or 0x367685) is unknown color: approx Calypso. HEX triplet: 36, 76 and 85. RGB value is (54,118,133). Sum of RGB (Red+Green+Blue) = 54+118+133=305 (40% of max value = 765). Red value is 54 (21.48% from 255 or 17.70% from 305); Green value is 118 (46.48% from 255 or 38.69% from 305); Blue value is 133 (52.34% from 255 or 43.61% from 305); Max value from RGB is 133 - color contains mainly: blue. Hex color #367685 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #367685 is #C9897A. Grayscale: #646464. Windows color (decimal): -13207931 or 8746550. OLE color: 8746550.

HSL color Cylindrical-coordinate representation of color #367685: hue angle of 191.39º degrees, saturation: 0.42, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #367685 is Cyan = 0.59, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB54118133-
CMYK0.590.1100.48
HSL191.39º42.25%36.67%-
HSV(B)191.39º59.4%52.16%-
XYZ12.2315.4324.52-
YUV100.57146.394.78-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 17.70%
GREEN value IS 118 (46.48% from 255) = 38.69%
BLUE value IS 133 (52.34% from 255) = 43.61%
R=17.70%
G=38.69%
B=43.61%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal541181330.590.1100.48191.3942.2536.67
Hex3676853BB030bf2a25
Octal6616620573130602775245
Binary1101101110110100001011110111011011000010111111101010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #367685

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #367685; }

 p { color: rgb(54,118,133); }

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

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

 a { background-color: rgb(54,118,133); }

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

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

 span { border-color: rgb(54,118,133); }

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