#377884

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

Shades of Calypso #377884

Tints of Calypso #377884

Color information

#377884 (or 0x377884) is unknown color: approx Calypso. HEX triplet: 37, 78 and 84. RGB value is (55,120,132). Sum of RGB (Red+Green+Blue) = 55+120+132=307 (40% of max value = 765). Red value is 55 (21.88% from 255 or 17.92% from 307); Green value is 120 (47.27% from 255 or 39.09% from 307); Blue value is 132 (51.95% from 255 or 43.00% from 307); Max value from RGB is 132 - color contains mainly: blue. Hex color #377884 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #377884 is #C8877B. Grayscale: #656565. Windows color (decimal): -13141884 or 8681527. OLE color: 8681527.

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

Color convert

RGB55120132-
CMYK0.580.0900.48
HSL189.35º41.18%36.67%-
HSV(B)189.35º58.33%51.76%-
XYZ12.4615.9124.24-
YUV101.93144.9794.52-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 17.92%
GREEN value IS 120 (47.27% from 255) = 39.09%
BLUE value IS 132 (51.95% from 255) = 43.00%
R=17.92%
G=39.09%
B=43.00%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal551201320.580.0900.48189.3541.1836.67
Hex3778843A9030bd2925
Octal6717020472110602755145
Binary1101111111000100001001110101001011000010111101101001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #377884

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #377884; }

 p { color: rgb(55,120,132); }

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

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

 a { background-color: rgb(55,120,132); }

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

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

 span { border-color: rgb(55,120,132); }

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