#367482

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

Shades of Calypso #367482

Tints of Calypso #367482

Color information

#367482 (or 0x367482) is unknown color: approx Calypso. HEX triplet: 36, 74 and 82. RGB value is (54,116,130). Sum of RGB (Red+Green+Blue) = 54+116+130=300 (39% of max value = 765). Red value is 54 (21.48% from 255 or 18% from 300); Green value is 116 (45.70% from 255 or 38.67% from 300); Blue value is 130 (51.17% from 255 or 43.33% from 300); Max value from RGB is 130 - color contains mainly: blue. Hex color #367482 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #367482 is #C98B7D. Grayscale: #626262. Windows color (decimal): -13208446 or 8549430. OLE color: 8549430.

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

Color convert

RGB54116130-
CMYK0.580.1100.49
HSL191.05º41.3%36.08%-
HSV(B)191.05º58.46%50.98%-
XYZ11.814.8923.37-
YUV99.06145.4695.86-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 18%
GREEN value IS 116 (45.70% from 255) = 38.67%
BLUE value IS 130 (51.17% from 255) = 43.33%
R=18%
G=38.67%
B=43.33%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal541161300.580.1100.49191.0541.336.08
Hex3674823AB031bf2924
Octal6616420272130612775144
Binary1101101110100100000101110101011011000110111111101001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #367482

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #367482; }

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

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

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

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

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

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

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

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