#378185

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

Shades of Paradiso #378185

Tints of Paradiso #378185

Color information

#378185 (or 0x378185) is unknown color: approx Paradiso. HEX triplet: 37, 81 and 85. RGB value is (55,129,133). Sum of RGB (Red+Green+Blue) = 55+129+133=317 (41% of max value = 765). Red value is 55 (21.88% from 255 or 17.35% from 317); Green value is 129 (50.78% from 255 or 40.69% from 317); Blue value is 133 (52.34% from 255 or 41.96% from 317); Max value from RGB is 133 - color contains mainly: blue. Hex color #378185 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #378185 is #C87E7A. Grayscale: #6B6B6B. Windows color (decimal): -13139579 or 8749367. OLE color: 8749367.

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

Color convert

RGB55129133-
CMYK0.590.0300.48
HSL183.08º41.49%36.86%-
HSV(B)183.08º58.65%52.16%-
XYZ13.6618.2124.98-
YUV107.33142.4890.67-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 17.35%
GREEN value IS 129 (50.78% from 255) = 40.69%
BLUE value IS 133 (52.34% from 255) = 41.96%
R=17.35%
G=40.69%
B=41.96%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal551291330.590.0300.48183.0841.4936.86
Hex3781853B3030b72925
Octal672012057330602675145
Binary110111100000011000010111101111011000010110111101001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #378185

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #378185; }

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

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

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

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

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

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

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

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