#45838D

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

Shades of Paradiso #45838D

Tints of Paradiso #45838D

Color information

#45838D (or 0x45838D) is unknown color: approx Paradiso. HEX triplet: 45, 83 and 8D. RGB value is (69,131,141). Sum of RGB (Red+Green+Blue) = 69+131+141=341 (45% of max value = 765). Red value is 69 (27.34% from 255 or 20.23% from 341); Green value is 131 (51.56% from 255 or 38.42% from 341); Blue value is 141 (55.47% from 255 or 41.35% from 341); Max value from RGB is 141 - color contains mainly: blue. Hex color #45838D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #45838D is #BA7C72. Grayscale: #717171. Windows color (decimal): -12221555 or 9274181. OLE color: 9274181.

HSL color Cylindrical-coordinate representation of color #45838D: hue angle of 188.33º degrees, saturation: 0.34, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #45838D is Cyan = 0.51, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB69131141-
CMYK0.510.0700.45
HSL188.33º34.29%41.18%-
HSV(B)188.33º51.06%55.29%-
XYZ15.3819.4228.14-
YUV113.6143.4696.19-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 20.23%
GREEN value IS 131 (51.56% from 255) = 38.42%
BLUE value IS 141 (55.47% from 255) = 41.35%
R=20.23%
G=38.42%
B=41.35%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal691311410.510.0700.45188.3334.2941.18
Hex45838D33702Dbc2229
Octal1052032156370552744251
Binary10001011000001110001101110011111010110110111100100010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45838D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #45838D; }

 p { color: rgb(69,131,141); }

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

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

 a { background-color: rgb(69,131,141); }

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

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

 span { border-color: rgb(69,131,141); }

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