#367C8A

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

Shades of Calypso #367C8A

Tints of Calypso #367C8A

Color information

#367C8A (or 0x367C8A) is unknown color: approx Calypso. HEX triplet: 36, 7C and 8A. RGB value is (54,124,138). Sum of RGB (Red+Green+Blue) = 54+124+138=316 (41% of max value = 765). Red value is 54 (21.48% from 255 or 17.09% from 316); Green value is 124 (48.83% from 255 or 39.24% from 316); Blue value is 138 (54.30% from 255 or 43.67% from 316); Max value from RGB is 138 - color contains mainly: blue. Hex color #367C8A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #367C8A is #C98375. Grayscale: #686868. Windows color (decimal): -13206390 or 9075766. OLE color: 9075766.

HSL color Cylindrical-coordinate representation of color #367C8A: hue angle of 190º degrees, saturation: 0.44, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #367C8A is Cyan = 0.61, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB54124138-
CMYK0.610.1000.46
HSL190º43.75%37.65%-
HSV(B)190º60.87%54.12%-
XYZ13.3217.0326.63-
YUV104.67146.8191.86-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 17.09%
GREEN value IS 124 (48.83% from 255) = 39.24%
BLUE value IS 138 (54.30% from 255) = 43.67%
R=17.09%
G=39.24%
B=43.67%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal541241380.610.1000.4619043.7537.65
Hex367C8A3DA02Ebe2c26
Octal6617421275120562765446
Binary1101101111100100010101111011010010111010111110101100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #367C8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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