#388089

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

Shades of Paradiso #388089

Tints of Paradiso #388089

Color information

#388089 (or 0x388089) is unknown color: approx Paradiso. HEX triplet: 38, 80 and 89. RGB value is (56,128,137). Sum of RGB (Red+Green+Blue) = 56+128+137=321 (42% of max value = 765). Red value is 56 (22.27% from 255 or 17.45% from 321); Green value is 128 (50.39% from 255 or 39.88% 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 #388089 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #388089 is #C77F76. Grayscale: #6B6B6B. Windows color (decimal): -13074295 or 9011256. OLE color: 9011256.

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

Color convert

RGB56128137-
CMYK0.590.0700.46
HSL186.67º41.97%37.84%-
HSV(B)186.67º59.12%53.73%-
XYZ13.8718.0926.43-
YUV107.5144.6591.27-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 17.45%
GREEN value IS 128 (50.39% from 255) = 39.88%
BLUE value IS 137 (53.91% from 255) = 42.68%
R=17.45%
G=39.88%
B=42.68%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal561281370.590.0700.46186.6741.9737.84
Hex3880893B702Ebb2a26
Octal702002117370562735246
Binary1110001000000010001001111011111010111010111011101010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #388089

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #388089; }

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

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

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

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

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

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

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

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