#3D8588

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

Shades of Paradiso #3D8588

Tints of Paradiso #3D8588

Color information

#3D8588 (or 0x3D8588) is unknown color: approx Paradiso. HEX triplet: 3D, 85 and 88. RGB value is (61,133,136). Sum of RGB (Red+Green+Blue) = 61+133+136=330 (43% of max value = 765). Red value is 61 (24.22% from 255 or 18.48% from 330); Green value is 133 (52.34% from 255 or 40.30% from 330); Blue value is 136 (53.52% from 255 or 41.21% from 330); Max value from RGB is 136 - color contains mainly: blue. Hex color #3D8588 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3D8588 is #C27A77. Grayscale: #6F6F6F. Windows color (decimal): -12745336 or 8947005. OLE color: 8947005.

HSL color Cylindrical-coordinate representation of color #3D8588: hue angle of 182.4º degrees, saturation: 0.38, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #3D8588 is Cyan = 0.55, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB61133136-
CMYK0.550.0200.47
HSL182.4º38.07%38.63%-
HSV(B)182.4º55.15%53.33%-
XYZ14.7619.5426.29-
YUV111.81141.6591.76-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 18.48%
GREEN value IS 133 (52.34% from 255) = 40.30%
BLUE value IS 136 (53.52% from 255) = 41.21%
R=18.48%
G=40.30%
B=41.21%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal611331360.550.0200.47182.438.0738.63
Hex3D858837202Fb62627
Octal752052106720572664647
Binary111101100001011000100011011110010111110110110100110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D8588

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3D8588; }

 p { color: rgb(61,133,136); }

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

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

 a { background-color: rgb(61,133,136); }

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

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

 span { border-color: rgb(61,133,136); }

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