#367985

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

Shades of Calypso #367985

Tints of Calypso #367985

Color information

#367985 (or 0x367985) is unknown color: approx Calypso. HEX triplet: 36, 79 and 85. RGB value is (54,121,133). Sum of RGB (Red+Green+Blue) = 54+121+133=308 (40% of max value = 765). Red value is 54 (21.48% from 255 or 17.53% from 308); Green value is 121 (47.66% from 255 or 39.29% from 308); Blue value is 133 (52.34% from 255 or 43.18% from 308); Max value from RGB is 133 - color contains mainly: blue. Hex color #367985 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #367985 is #C9867A. Grayscale: #666666. Windows color (decimal): -13207163 or 8747318. OLE color: 8747318.

HSL color Cylindrical-coordinate representation of color #367985: hue angle of 189.11º 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 #367985 is Cyan = 0.59, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB54121133-
CMYK0.590.0900.48
HSL189.11º42.25%36.67%-
HSV(B)189.11º59.4%52.16%-
XYZ12.5916.1524.64-
YUV102.34145.393.52-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 17.53%
GREEN value IS 121 (47.66% from 255) = 39.29%
BLUE value IS 133 (52.34% from 255) = 43.18%
R=17.53%
G=39.29%
B=43.18%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal541211330.590.0900.48189.1142.2536.67
Hex3679853B9030bd2a25
Octal6617120573110602755245
Binary1101101111001100001011110111001011000010111101101010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #367985

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #367985; }

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

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

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

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

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

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

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

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