#418387

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

Shades of Paradiso #418387

Tints of Paradiso #418387

Color information

#418387 (or 0x418387) is unknown color: approx Paradiso. HEX triplet: 41, 83 and 87. RGB value is (65,131,135). Sum of RGB (Red+Green+Blue) = 65+131+135=331 (43% of max value = 765). Red value is 65 (25.78% from 255 or 19.64% from 331); Green value is 131 (51.56% from 255 or 39.58% from 331); Blue value is 135 (53.12% from 255 or 40.79% from 331); Max value from RGB is 135 - color contains mainly: blue. Hex color #418387 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #418387 is #BE7C78. Grayscale: #6F6F6F. Windows color (decimal): -12483705 or 8880961. OLE color: 8880961.

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

Color convert

RGB65131135-
CMYK0.520.0300.47
HSL183.43º35%39.22%-
HSV(B)183.43º51.85%52.94%-
XYZ14.6719.1125.84-
YUV111.72141.1394.67-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 19.64%
GREEN value IS 131 (51.56% from 255) = 39.58%
BLUE value IS 135 (53.12% from 255) = 40.79%
R=19.64%
G=39.58%
B=40.79%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal651311350.520.0300.47183.433539.22
Hex41838734302Fb72327
Octal1012032076430572674347
Binary1000001100000111000011111010011010111110110111100011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #418387

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #418387; }

 p { color: rgb(65,131,135); }

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

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

 a { background-color: rgb(65,131,135); }

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

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

 span { border-color: rgb(65,131,135); }

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