#418688

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

Shades of Paradiso #418688

Tints of Paradiso #418688

Color information

#418688 (or 0x418688) is unknown color: approx Paradiso. HEX triplet: 41, 86 and 88. RGB value is (65,134,136). Sum of RGB (Red+Green+Blue) = 65+134+136=335 (44% of max value = 765). Red value is 65 (25.78% from 255 or 19.40% from 335); Green value is 134 (52.73% from 255 or 40% from 335); Blue value is 136 (53.52% from 255 or 40.60% from 335); Max value from RGB is 136 - color contains mainly: blue. Hex color #418688 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #418688 is #BE7977. Grayscale: #717171. Windows color (decimal): -12482936 or 8947265. OLE color: 8947265.

HSL color Cylindrical-coordinate representation of color #418688: hue angle of 181.69º degrees, saturation: 0.35, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #418688 is Cyan = 0.52, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB65134136-
CMYK0.520.0100.47
HSL181.69º35.32%39.41%-
HSV(B)181.69º52.21%53.33%-
XYZ15.1519.9526.35-
YUV113.6140.6493.34-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 19.40%
GREEN value IS 134 (52.73% from 255) = 40%
BLUE value IS 136 (53.52% from 255) = 40.60%
R=19.40%
G=40%
B=40.60%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal651341360.520.0100.47181.6935.3239.41
Hex41868834102Fb62327
Octal1012062106410572664347
Binary100000110000110100010001101001010111110110110100011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #418688

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #418688; }

 p { color: rgb(65,134,136); }

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

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

 a { background-color: rgb(65,134,136); }

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

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

 span { border-color: rgb(65,134,136); }

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