#377E85

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

Shades of Paradiso #377E85

Tints of Paradiso #377E85

Color information

#377E85 (or 0x377E85) is unknown color: approx Paradiso. HEX triplet: 37, 7E and 85. RGB value is (55,126,133). Sum of RGB (Red+Green+Blue) = 55+126+133=314 (41% of max value = 765). Red value is 55 (21.88% from 255 or 17.52% from 314); Green value is 126 (49.61% from 255 or 40.13% from 314); Blue value is 133 (52.34% from 255 or 42.36% from 314); Max value from RGB is 133 - color contains mainly: blue. Hex color #377E85 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #377E85 is #C8817A. Grayscale: #696969. Windows color (decimal): -13140347 or 8748599. OLE color: 8748599.

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

Color convert

RGB55126133-
CMYK0.590.0500.48
HSL185.38º41.49%36.86%-
HSV(B)185.38º58.65%52.16%-
XYZ13.2717.4324.85-
YUV105.57143.4891.93-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 17.52%
GREEN value IS 126 (49.61% from 255) = 40.13%
BLUE value IS 133 (52.34% from 255) = 42.36%
R=17.52%
G=40.13%
B=42.36%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal551261330.590.0500.48185.3841.4936.86
Hex377E853B5030b92925
Octal671762057350602715145
Binary110111111111010000101111011101011000010111001101001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #377E85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(55,126,133); }

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

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

 a { background-color: rgb(55,126,133); }

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

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

 span { border-color: rgb(55,126,133); }

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