#358188

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

Shades of Paradiso #358188

Tints of Paradiso #358188

Color information

#358188 (or 0x358188) is unknown color: approx Paradiso. HEX triplet: 35, 81 and 88. RGB value is (53,129,136). Sum of RGB (Red+Green+Blue) = 53+129+136=318 (42% of max value = 765). Red value is 53 (21.09% from 255 or 16.67% from 318); Green value is 129 (50.78% from 255 or 40.57% from 318); Blue value is 136 (53.52% from 255 or 42.77% from 318); Max value from RGB is 136 - color contains mainly: blue. Hex color #358188 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #358188 is #CA7E77. Grayscale: #6A6A6A. Windows color (decimal): -13270648 or 8945973. OLE color: 8945973.

HSL color Cylindrical-coordinate representation of color #358188: hue angle of 185.06º 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 #358188 is Cyan = 0.61, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB53129136-
CMYK0.610.0500.47
HSL185.06º43.92%37.06%-
HSV(B)185.06º61.03%53.33%-
XYZ13.7618.2326.09-
YUV107.07144.3289.43-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 16.67%
GREEN value IS 129 (50.78% from 255) = 40.57%
BLUE value IS 136 (53.52% from 255) = 42.77%
R=16.67%
G=40.57%
B=42.77%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal531291360.610.0500.47185.0643.9237.06
Hex3581883D502Fb92c25
Octal652012107550572715445
Binary1101011000000110001000111101101010111110111001101100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #358188

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #358188; }

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

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

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

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

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

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

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

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