#378085

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

Shades of Paradiso #378085

Tints of Paradiso #378085

Color information

#378085 (or 0x378085) is unknown color: approx Paradiso. HEX triplet: 37, 80 and 85. RGB value is (55,128,133). Sum of RGB (Red+Green+Blue) = 55+128+133=316 (41% of max value = 765). Red value is 55 (21.88% from 255 or 17.41% from 316); Green value is 128 (50.39% from 255 or 40.51% from 316); Blue value is 133 (52.34% from 255 or 42.09% from 316); Max value from RGB is 133 - color contains mainly: blue. Hex color #378085 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #378085 is #C87F7A. Grayscale: #6A6A6A. Windows color (decimal): -13139835 or 8749111. OLE color: 8749111.

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

Color convert

RGB55128133-
CMYK0.590.0400.48
HSL183.85º41.49%36.86%-
HSV(B)183.85º58.65%52.16%-
XYZ13.5317.9424.94-
YUV106.74142.8291.09-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 17.41%
GREEN value IS 128 (50.39% from 255) = 40.51%
BLUE value IS 133 (52.34% from 255) = 42.09%
R=17.41%
G=40.51%
B=42.09%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal551281330.590.0400.48183.8541.4936.86
Hex3780853B4030b82925
Octal672002057340602705145
Binary1101111000000010000101111011100011000010111000101001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #378085

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #378085; }

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

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

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

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

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

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

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

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