#378187

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

Shades of Paradiso #378187

Tints of Paradiso #378187

Color information

#378187 (or 0x378187) is unknown color: approx Paradiso. HEX triplet: 37, 81 and 87. RGB value is (55,129,135). Sum of RGB (Red+Green+Blue) = 55+129+135=319 (42% of max value = 765). Red value is 55 (21.88% from 255 or 17.24% from 319); Green value is 129 (50.78% from 255 or 40.44% from 319); Blue value is 135 (53.12% from 255 or 42.32% from 319); Max value from RGB is 135 - color contains mainly: blue. Hex color #378187 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #378187 is #C87E78. Grayscale: #6B6B6B. Windows color (decimal): -13139577 or 8880439. OLE color: 8880439.

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

Color convert

RGB55129135-
CMYK0.590.0400.47
HSL184.5º42.11%37.25%-
HSV(B)184.5º59.26%52.94%-
XYZ13.818.2625.72-
YUV107.56143.4890.51-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 17.24%
GREEN value IS 129 (50.78% from 255) = 40.44%
BLUE value IS 135 (53.12% from 255) = 42.32%
R=17.24%
G=40.44%
B=42.32%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal551291350.590.0400.47184.542.1137.25
Hex3781873B402Fb82a25
Octal672012077340572705245
Binary1101111000000110000111111011100010111110111000101010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #378187

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #378187; }

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

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

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

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

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

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

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

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