#367480

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

Shades of Calypso #367480

Tints of Calypso #367480

Color information

#367480 (or 0x367480) is unknown color: approx Calypso. HEX triplet: 36, 74 and 80. RGB value is (54,116,128). Sum of RGB (Red+Green+Blue) = 54+116+128=298 (39% of max value = 765). Red value is 54 (21.48% from 255 or 18.12% from 298); Green value is 116 (45.70% from 255 or 38.93% from 298); Blue value is 128 (50.39% from 255 or 42.95% from 298); Max value from RGB is 128 - color contains mainly: blue. Hex color #367480 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #367480 is #C98B7F. Grayscale: #626262. Windows color (decimal): -13208448 or 8418358. OLE color: 8418358.

HSL color Cylindrical-coordinate representation of color #367480: hue angle of 189.73º degrees, saturation: 0.41, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #367480 is Cyan = 0.58, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB54116128-
CMYK0.580.0900.50
HSL189.73º40.66%35.69%-
HSV(B)189.73º57.81%50.2%-
XYZ11.6614.8322.67-
YUV98.83144.4696.02-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 18.12%
GREEN value IS 116 (45.70% from 255) = 38.93%
BLUE value IS 128 (50.39% from 255) = 42.95%
R=18.12%
G=38.93%
B=42.95%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal541161280.580.0900.50189.7340.6635.69
Hex3674803A9032be2924
Octal6616420072110622765144
Binary1101101110100100000001110101001011001010111110101001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #367480

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #367480; }

 p { color: rgb(54,116,128); }

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

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

 a { background-color: rgb(54,116,128); }

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

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

 span { border-color: rgb(54,116,128); }

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