#367784

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

Shades of Calypso #367784

Tints of Calypso #367784

Color information

#367784 (or 0x367784) is unknown color: approx Calypso. HEX triplet: 36, 77 and 84. RGB value is (54,119,132). Sum of RGB (Red+Green+Blue) = 54+119+132=305 (40% of max value = 765). Red value is 54 (21.48% from 255 or 17.70% from 305); Green value is 119 (46.88% from 255 or 39.02% from 305); Blue value is 132 (51.95% from 255 or 43.28% from 305); Max value from RGB is 132 - color contains mainly: blue. Hex color #367784 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #367784 is #C9887B. Grayscale: #646464. Windows color (decimal): -13207676 or 8681270. OLE color: 8681270.

HSL color Cylindrical-coordinate representation of color #367784: hue angle of 190º degrees, saturation: 0.42, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #367784 is Cyan = 0.59, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB54119132-
CMYK0.590.1000.48
HSL190º41.94%36.47%-
HSV(B)190º59.09%51.76%-
XYZ12.2815.6424.2-
YUV101.05145.4794.44-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 17.70%
GREEN value IS 119 (46.88% from 255) = 39.02%
BLUE value IS 132 (51.95% from 255) = 43.28%
R=17.70%
G=39.02%
B=43.28%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal541191320.590.1000.4819041.9436.47
Hex3677843BA030be2a24
Octal6616720473120602765244
Binary1101101110111100001001110111010011000010111110101010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #367784

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #367784; }

 p { color: rgb(54,119,132); }

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

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

 a { background-color: rgb(54,119,132); }

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

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

 span { border-color: rgb(54,119,132); }

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