#378084

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

Shades of Paradiso #378084

Tints of Paradiso #378084

Color information

#378084 (or 0x378084) is unknown color: approx Paradiso. HEX triplet: 37, 80 and 84. RGB value is (55,128,132). Sum of RGB (Red+Green+Blue) = 55+128+132=315 (41% of max value = 765). Red value is 55 (21.88% from 255 or 17.46% from 315); Green value is 128 (50.39% from 255 or 40.63% from 315); Blue value is 132 (51.95% from 255 or 41.90% from 315); Max value from RGB is 132 - color contains mainly: blue. Hex color #378084 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #378084 is #C87F7B. Grayscale: #6A6A6A. Windows color (decimal): -13139836 or 8683575. OLE color: 8683575.

HSL color Cylindrical-coordinate representation of color #378084: hue angle of 183.12º degrees, saturation: 0.41, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #378084 is Cyan = 0.58, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB55128132-
CMYK0.580.0300.48
HSL183.12º41.18%36.67%-
HSV(B)183.12º58.33%51.76%-
XYZ13.4617.9224.58-
YUV106.63142.3291.17-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 17.46%
GREEN value IS 128 (50.39% from 255) = 40.63%
BLUE value IS 132 (51.95% from 255) = 41.90%
R=17.46%
G=40.63%
B=41.90%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal551281320.580.0300.48183.1241.1836.67
Hex3780843A3030b72925
Octal672002047230602675145
Binary110111100000001000010011101011011000010110111101001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #378084

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #378084; }

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

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

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

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

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

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

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

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