#44838C

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

Shades of Paradiso #44838C

Tints of Paradiso #44838C

Color information

#44838C (or 0x44838C) is unknown color: approx Paradiso. HEX triplet: 44, 83 and 8C. RGB value is (68,131,140). Sum of RGB (Red+Green+Blue) = 68+131+140=339 (44% of max value = 765). Red value is 68 (26.95% from 255 or 20.06% from 339); Green value is 131 (51.56% from 255 or 38.64% from 339); Blue value is 140 (55.08% from 255 or 41.30% from 339); Max value from RGB is 140 - color contains mainly: blue. Hex color #44838C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #44838C is #BB7C73. Grayscale: #717171. Windows color (decimal): -12287092 or 9208644. OLE color: 9208644.

HSL color Cylindrical-coordinate representation of color #44838C: hue angle of 187.5º degrees, saturation: 0.35, 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 #44838C is Cyan = 0.51, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB68131140-
CMYK0.510.0600.45
HSL187.5º34.62%40.78%-
HSV(B)187.5º51.43%54.9%-
XYZ15.2319.3527.74-
YUV113.19143.1395.77-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 20.06%
GREEN value IS 131 (51.56% from 255) = 38.64%
BLUE value IS 140 (55.08% from 255) = 41.30%
R=20.06%
G=38.64%
B=41.30%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal681311400.510.0600.45187.534.6240.78
Hex44838C33602Dbc2329
Octal1042032146360552744351
Binary10001001000001110001100110011110010110110111100100011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44838C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #44838C; }

 p { color: rgb(68,131,140); }

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

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

 a { background-color: rgb(68,131,140); }

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

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

 span { border-color: rgb(68,131,140); }

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