#377D88

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

Shades of Paradiso #377D88

Tints of Paradiso #377D88

Color information

#377D88 (or 0x377D88) is unknown color: approx Paradiso. HEX triplet: 37, 7D and 88. RGB value is (55,125,136). Sum of RGB (Red+Green+Blue) = 55+125+136=316 (41% of max value = 765). Red value is 55 (21.88% from 255 or 17.41% from 316); Green value is 125 (49.22% from 255 or 39.56% from 316); Blue value is 136 (53.52% from 255 or 43.04% from 316); Max value from RGB is 136 - color contains mainly: blue. Hex color #377D88 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #377D88 is #C88277. Grayscale: #696969. Windows color (decimal): -13140600 or 8944951. OLE color: 8944951.

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

Color convert

RGB55125136-
CMYK0.600.0800.47
HSL188.15º42.41%37.45%-
HSV(B)188.15º59.56%53.33%-
XYZ13.3517.2625.92-
YUV105.32145.3192.11-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 17.41%
GREEN value IS 125 (49.22% from 255) = 39.56%
BLUE value IS 136 (53.52% from 255) = 43.04%
R=17.41%
G=39.56%
B=43.04%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal551251360.600.0800.47188.1542.4137.45
Hex377D883C802Fbc2a25
Octal6717521074100572745245
Binary1101111111101100010001111001000010111110111100101010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #377D88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(55,125,136); }

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

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

 a { background-color: rgb(55,125,136); }

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

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

 span { border-color: rgb(55,125,136); }

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