#418288

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

Shades of Paradiso #418288

Tints of Paradiso #418288

Color information

#418288 (or 0x418288) is unknown color: approx Paradiso. HEX triplet: 41, 82 and 88. RGB value is (65,130,136). Sum of RGB (Red+Green+Blue) = 65+130+136=331 (43% of max value = 765). Red value is 65 (25.78% from 255 or 19.64% from 331); Green value is 130 (51.17% from 255 or 39.27% from 331); Blue value is 136 (53.52% from 255 or 41.09% from 331); Max value from RGB is 136 - color contains mainly: blue. Hex color #418288 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #418288 is #BE7D77. Grayscale: #6F6F6F. Windows color (decimal): -12483960 or 8946241. OLE color: 8946241.

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

Color convert

RGB65130136-
CMYK0.520.0400.47
HSL185.07º35.32%39.41%-
HSV(B)185.07º52.21%53.33%-
XYZ14.6118.8726.16-
YUV111.25141.9795.01-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 19.64%
GREEN value IS 130 (51.17% from 255) = 39.27%
BLUE value IS 136 (53.52% from 255) = 41.09%
R=19.64%
G=39.27%
B=41.09%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal651301360.520.0400.47185.0735.3239.41
Hex41828834402Fb92327
Octal1012022106440572714347
Binary10000011000001010001000110100100010111110111001100011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #418288

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #418288; }

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

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

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

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

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

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

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

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