#367C88

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

Shades of Calypso #367C88

Tints of Calypso #367C88

Color information

#367C88 (or 0x367C88) is unknown color: approx Calypso. HEX triplet: 36, 7C and 88. RGB value is (54,124,136). Sum of RGB (Red+Green+Blue) = 54+124+136=314 (41% of max value = 765). Red value is 54 (21.48% from 255 or 17.20% from 314); Green value is 124 (48.83% from 255 or 39.49% from 314); Blue value is 136 (53.52% from 255 or 43.31% from 314); Max value from RGB is 136 - color contains mainly: blue. Hex color #367C88 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #367C88 is #C98377. Grayscale: #686868. Windows color (decimal): -13206392 or 8944694. OLE color: 8944694.

HSL color Cylindrical-coordinate representation of color #367C88: hue angle of 188.78º 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 #367C88 is Cyan = 0.60, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB54124136-
CMYK0.600.0900.47
HSL188.78º43.16%37.25%-
HSV(B)188.78º60.29%53.33%-
XYZ13.1716.9825.88-
YUV104.44145.8192.02-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 17.20%
GREEN value IS 124 (48.83% from 255) = 39.49%
BLUE value IS 136 (53.52% from 255) = 43.31%
R=17.20%
G=39.49%
B=43.31%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal541241360.600.0900.47188.7843.1637.25
Hex367C883C902Fbd2b25
Octal6617421074110572755345
Binary1101101111100100010001111001001010111110111101101011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #367C88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #367C88; }

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

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

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

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

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

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

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

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