#377C86

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

Shades of Paradiso #377C86

Tints of Paradiso #377C86

Color information

#377C86 (or 0x377C86) is unknown color: approx Paradiso. HEX triplet: 37, 7C and 86. RGB value is (55,124,134). Sum of RGB (Red+Green+Blue) = 55+124+134=313 (41% of max value = 765). Red value is 55 (21.88% from 255 or 17.57% from 313); Green value is 124 (48.83% from 255 or 39.62% from 313); Blue value is 134 (52.73% from 255 or 42.81% from 313); Max value from RGB is 134 - color contains mainly: blue. Hex color #377C86 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #377C86 is #C88379. Grayscale: #686868. Windows color (decimal): -13140858 or 8813623. OLE color: 8813623.

HSL color Cylindrical-coordinate representation of color #377C86: hue angle of 187.59º 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 #377C86 is Cyan = 0.59, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB55124134-
CMYK0.590.0700.47
HSL187.59º41.8%37.06%-
HSV(B)187.59º58.96%52.55%-
XYZ13.0916.9525.14-
YUV104.51144.6492.69-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 17.57%
GREEN value IS 124 (48.83% from 255) = 39.62%
BLUE value IS 134 (52.73% from 255) = 42.81%
R=17.57%
G=39.62%
B=42.81%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal551241340.590.0700.47187.5941.837.06
Hex377C863B702Fbc2a25
Octal671742067370572745245
Binary110111111110010000110111011111010111110111100101010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #377C86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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