#357E88

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

Shades of Paradiso #357E88

Tints of Paradiso #357E88

Color information

#357E88 (or 0x357E88) is unknown color: approx Paradiso. HEX triplet: 35, 7E and 88. RGB value is (53,126,136). Sum of RGB (Red+Green+Blue) = 53+126+136=315 (41% of max value = 765). Red value is 53 (21.09% from 255 or 16.83% from 315); Green value is 126 (49.61% from 255 or 40% from 315); Blue value is 136 (53.52% from 255 or 43.17% from 315); Max value from RGB is 136 - color contains mainly: blue. Hex color #357E88 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #357E88 is #CA8177. Grayscale: #696969. Windows color (decimal): -13271416 or 8945205. OLE color: 8945205.

HSL color Cylindrical-coordinate representation of color #357E88: hue angle of 187.23º degrees, saturation: 0.44, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #357E88 is Cyan = 0.61, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB53126136-
CMYK0.610.0700.47
HSL187.23º43.92%37.06%-
HSV(B)187.23º61.03%53.33%-
XYZ13.3717.4625.96-
YUV105.31145.3290.69-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 16.83%
GREEN value IS 126 (49.61% from 255) = 40%
BLUE value IS 136 (53.52% from 255) = 43.17%
R=16.83%
G=40%
B=43.17%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal531261360.610.0700.47187.2343.9237.06
Hex357E883D702Fbb2c25
Octal651762107570572735445
Binary110101111111010001000111101111010111110111011101100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #357E88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #357E88; }

 p { color: rgb(53,126,136); }

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

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

 a { background-color: rgb(53,126,136); }

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

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

 span { border-color: rgb(53,126,136); }

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