#377C87

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

Shades of Paradiso #377C87

Tints of Paradiso #377C87

Color information

#377C87 (or 0x377C87) is unknown color: approx Paradiso. HEX triplet: 37, 7C and 87. RGB value is (55,124,135). Sum of RGB (Red+Green+Blue) = 55+124+135=314 (41% of max value = 765). Red value is 55 (21.88% from 255 or 17.52% from 314); Green value is 124 (48.83% from 255 or 39.49% from 314); Blue value is 135 (53.12% from 255 or 42.99% from 314); Max value from RGB is 135 - color contains mainly: blue. Hex color #377C87 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #377C87 is #C88378. Grayscale: #686868. Windows color (decimal): -13140857 or 8879159. OLE color: 8879159.

HSL color Cylindrical-coordinate representation of color #377C87: hue angle of 188.25º degrees, saturation: 0.42, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #377C87 is Cyan = 0.59, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB55124135-
CMYK0.590.0800.47
HSL188.25º42.11%37.25%-
HSV(B)188.25º59.26%52.94%-
XYZ13.1616.9825.51-
YUV104.62145.1492.61-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 17.52%
GREEN value IS 124 (48.83% from 255) = 39.49%
BLUE value IS 135 (53.12% from 255) = 42.99%
R=17.52%
G=39.49%
B=42.99%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal551241350.590.0800.47188.2542.1137.25
Hex377C873B802Fbc2a25
Octal6717420773100572745245
Binary1101111111100100001111110111000010111110111100101010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #377C87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #377C87; }

 p { color: rgb(55,124,135); }

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

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

 a { background-color: rgb(55,124,135); }

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

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

 span { border-color: rgb(55,124,135); }

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