#378385

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

Shades of Paradiso #378385

Tints of Paradiso #378385

Color information

#378385 (or 0x378385) is unknown color: approx Paradiso. HEX triplet: 37, 83 and 85. RGB value is (55,131,133). Sum of RGB (Red+Green+Blue) = 55+131+133=319 (42% of max value = 765). Red value is 55 (21.88% from 255 or 17.24% from 319); Green value is 131 (51.56% from 255 or 41.07% from 319); Blue value is 133 (52.34% from 255 or 41.69% from 319); Max value from RGB is 133 - color contains mainly: blue. Hex color #378385 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #378385 is #C87C7A. Grayscale: #6C6C6C. Windows color (decimal): -13139067 or 8749879. OLE color: 8749879.

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

Color convert

RGB55131133-
CMYK0.590.0200.48
HSL181.54º41.49%36.86%-
HSV(B)181.54º58.65%52.16%-
XYZ13.9318.7425.07-
YUV108.5141.8289.84-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 17.24%
GREEN value IS 131 (51.56% from 255) = 41.07%
BLUE value IS 133 (52.34% from 255) = 41.69%
R=17.24%
G=41.07%
B=41.69%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal551311330.590.0200.48181.5441.4936.86
Hex3783853B2030b62925
Octal672032057320602665145
Binary110111100000111000010111101110011000010110110101001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #378385

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #378385; }

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

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

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

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

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

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

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

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