#45838A

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

Shades of Paradiso #45838A

Tints of Paradiso #45838A

Color information

#45838A (or 0x45838A) is unknown color: approx Paradiso. HEX triplet: 45, 83 and 8A. RGB value is (69,131,138). Sum of RGB (Red+Green+Blue) = 69+131+138=338 (44% of max value = 765). Red value is 69 (27.34% from 255 or 20.41% from 338); Green value is 131 (51.56% from 255 or 38.76% from 338); Blue value is 138 (54.30% from 255 or 40.83% from 338); Max value from RGB is 138 - color contains mainly: blue. Hex color #45838A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #45838A is #BA7C75. Grayscale: #717171. Windows color (decimal): -12221558 or 9077573. OLE color: 9077573.

HSL color Cylindrical-coordinate representation of color #45838A: hue angle of 186.09º degrees, saturation: 0.33, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #45838A is Cyan = 0.5, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB69131138-
CMYK0.50.0500.46
HSL186.09º33.33%40.59%-
HSV(B)186.09º50%54.12%-
XYZ15.1619.3326.98-
YUV113.26141.9696.43-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 20.41%
GREEN value IS 131 (51.56% from 255) = 38.76%
BLUE value IS 138 (54.30% from 255) = 40.83%
R=20.41%
G=38.76%
B=40.83%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal691311380.50.0500.46186.0933.3340.59
Hex45838A32502Eba2129
Octal1052032126250562724151
Binary10001011000001110001010110010101010111010111010100001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45838A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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