#378189

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

Shades of Paradiso #378189

Tints of Paradiso #378189

Color information

#378189 (or 0x378189) is unknown color: approx Paradiso. HEX triplet: 37, 81 and 89. RGB value is (55,129,137). Sum of RGB (Red+Green+Blue) = 55+129+137=321 (42% of max value = 765). Red value is 55 (21.88% from 255 or 17.13% from 321); Green value is 129 (50.78% from 255 or 40.19% from 321); Blue value is 137 (53.91% from 255 or 42.68% from 321); Max value from RGB is 137 - color contains mainly: blue. Hex color #378189 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #378189 is #C87E76. Grayscale: #6B6B6B. Windows color (decimal): -13139575 or 9011511. OLE color: 9011511.

HSL color Cylindrical-coordinate representation of color #378189: hue angle of 185.85º degrees, saturation: 0.43, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #378189 is Cyan = 0.60, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB55129137-
CMYK0.600.0600.46
HSL185.85º42.71%37.65%-
HSV(B)185.85º59.85%53.73%-
XYZ13.9418.3226.47-
YUV107.79144.4890.35-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 17.13%
GREEN value IS 129 (50.78% from 255) = 40.19%
BLUE value IS 137 (53.91% from 255) = 42.68%
R=17.13%
G=40.19%
B=42.68%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal551291370.600.0600.46185.8542.7137.65
Hex3781893C602Eba2b26
Octal672012117460562725346
Binary1101111000000110001001111100110010111010111010101011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #378189

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #378189; }

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

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

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

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

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

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

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

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