#388189

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

Shades of Paradiso #388189

Tints of Paradiso #388189

Color information

#388189 (or 0x388189) is unknown color: approx Paradiso. HEX triplet: 38, 81 and 89. RGB value is (56,129,137). Sum of RGB (Red+Green+Blue) = 56+129+137=322 (42% of max value = 765). Red value is 56 (22.27% from 255 or 17.39% from 322); Green value is 129 (50.78% from 255 or 40.06% from 322); Blue value is 137 (53.91% from 255 or 42.55% from 322); Max value from RGB is 137 - color contains mainly: blue. Hex color #388189 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #388189 is #C77E76. Grayscale: #6B6B6B. Windows color (decimal): -13074039 or 9011512. OLE color: 9011512.

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

Color convert

RGB56129137-
CMYK0.590.0600.46
HSL185.93º41.97%37.84%-
HSV(B)185.93º59.12%53.73%-
XYZ1418.3526.47-
YUV108.08144.3290.85-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 17.39%
GREEN value IS 129 (50.78% from 255) = 40.06%
BLUE value IS 137 (53.91% from 255) = 42.55%
R=17.39%
G=40.06%
B=42.55%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal561291370.590.0600.46185.9341.9737.84
Hex3881893B602Eba2a26
Octal702012117360562725246
Binary1110001000000110001001111011110010111010111010101010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #388189

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #388189; }

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

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

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

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

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

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

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

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