#367888

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

Shades of Calypso #367888

Tints of Calypso #367888

Color information

#367888 (or 0x367888) is unknown color: approx Calypso. HEX triplet: 36, 78 and 88. RGB value is (54,120,136). Sum of RGB (Red+Green+Blue) = 54+120+136=310 (41% of max value = 765). Red value is 54 (21.48% from 255 or 17.42% from 310); Green value is 120 (47.27% from 255 or 38.71% from 310); Blue value is 136 (53.52% from 255 or 43.87% from 310); Max value from RGB is 136 - color contains mainly: blue. Hex color #367888 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #367888 is #C98777. Grayscale: #656565. Windows color (decimal): -13207416 or 8943670. OLE color: 8943670.

HSL color Cylindrical-coordinate representation of color #367888: hue angle of 191.71º degrees, saturation: 0.43, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #367888 is Cyan = 0.60, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB54120136-
CMYK0.600.1200.47
HSL191.71º43.16%37.25%-
HSV(B)191.71º60.29%53.33%-
XYZ12.6815.9925.71-
YUV102.09147.1393.7-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 17.42%
GREEN value IS 120 (47.27% from 255) = 38.71%
BLUE value IS 136 (53.52% from 255) = 43.87%
R=17.42%
G=38.71%
B=43.87%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal541201360.600.1200.47191.7143.1637.25
Hex3678883CC02Fc02b25
Octal6617021074140573005345
Binary1101101111000100010001111001100010111111000000101011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #367888

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #367888; }

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

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

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

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

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

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

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

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