#377481

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

Shades of Calypso #377481

Tints of Calypso #377481

Color information

#377481 (or 0x377481) is unknown color: approx Calypso. HEX triplet: 37, 74 and 81. RGB value is (55,116,129). Sum of RGB (Red+Green+Blue) = 55+116+129=300 (39% of max value = 765). Red value is 55 (21.88% from 255 or 18.33% from 300); Green value is 116 (45.70% from 255 or 38.67% from 300); Blue value is 129 (50.78% from 255 or 43% from 300); Max value from RGB is 129 - color contains mainly: blue. Hex color #377481 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #377481 is #C88B7E. Grayscale: #636363. Windows color (decimal): -13142911 or 8483895. OLE color: 8483895.

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

Color convert

RGB55116129-
CMYK0.570.1000.49
HSL190.54º40.22%36.08%-
HSV(B)190.54º57.36%50.59%-
XYZ11.7814.8923.02-
YUV99.24144.7996.44-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 18.33%
GREEN value IS 116 (45.70% from 255) = 38.67%
BLUE value IS 129 (50.78% from 255) = 43%
R=18.33%
G=38.67%
B=43%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal551161290.570.1000.49190.5440.2236.08
Hex37748139A031bf2824
Octal6716420171120612775044
Binary1101111110100100000011110011010011000110111111101000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #377481

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #377481; }

 p { color: rgb(55,116,129); }

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

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

 a { background-color: rgb(55,116,129); }

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

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

 span { border-color: rgb(55,116,129); }

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