#367885

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

Shades of Calypso #367885

Tints of Calypso #367885

Color information

#367885 (or 0x367885) is unknown color: approx Calypso. HEX triplet: 36, 78 and 85. RGB value is (54,120,133). Sum of RGB (Red+Green+Blue) = 54+120+133=307 (40% of max value = 765). Red value is 54 (21.48% from 255 or 17.59% from 307); Green value is 120 (47.27% from 255 or 39.09% from 307); Blue value is 133 (52.34% from 255 or 43.32% from 307); Max value from RGB is 133 - color contains mainly: blue. Hex color #367885 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #367885 is #C9877A. Grayscale: #656565. Windows color (decimal): -13207419 or 8747062. OLE color: 8747062.

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

Color convert

RGB54120133-
CMYK0.590.1000.48
HSL189.87º42.25%36.67%-
HSV(B)189.87º59.4%52.16%-
XYZ12.4715.9124.6-
YUV101.75145.6393.94-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 17.59%
GREEN value IS 120 (47.27% from 255) = 39.09%
BLUE value IS 133 (52.34% from 255) = 43.32%
R=17.59%
G=39.09%
B=43.32%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal541201330.590.1000.48189.8742.2536.67
Hex3678853BA030be2a25
Octal6617020573120602765245
Binary1101101111000100001011110111010011000010111110101010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #367885

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #367885; }

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

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

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

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

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

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

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

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