#358189

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

Shades of Paradiso #358189

Tints of Paradiso #358189

Color information

#358189 (or 0x358189) is unknown color: approx Paradiso. HEX triplet: 35, 81 and 89. RGB value is (53,129,137). Sum of RGB (Red+Green+Blue) = 53+129+137=319 (42% of max value = 765). Red value is 53 (21.09% from 255 or 16.61% from 319); Green value is 129 (50.78% from 255 or 40.44% from 319); Blue value is 137 (53.91% from 255 or 42.95% from 319); Max value from RGB is 137 - color contains mainly: blue. Hex color #358189 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #358189 is #CA7E76. Grayscale: #6B6B6B. Windows color (decimal): -13270647 or 9011509. OLE color: 9011509.

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

Color convert

RGB53129137-
CMYK0.610.0600.46
HSL185.71º44.21%37.25%-
HSV(B)185.71º61.31%53.73%-
XYZ13.8318.2626.46-
YUV107.19144.8289.35-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 16.61%
GREEN value IS 129 (50.78% from 255) = 40.44%
BLUE value IS 137 (53.91% from 255) = 42.95%
R=16.61%
G=40.44%
B=42.95%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal531291370.610.0600.46185.7144.2137.25
Hex3581893D602Eba2c25
Octal652012117560562725445
Binary1101011000000110001001111101110010111010111010101100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #358189

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #358189; }

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

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

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

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

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

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

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

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