#389087

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

Shades of Blue Chill #389087

Tints of Blue Chill #389087

Color information

#389087 (or 0x389087) is unknown color: approx Blue Chill. HEX triplet: 38, 90 and 87. RGB value is (56,144,135). Sum of RGB (Red+Green+Blue) = 56+144+135=335 (44% of max value = 765). Red value is 56 (22.27% from 255 or 16.72% from 335); Green value is 144 (56.64% from 255 or 42.99% from 335); Blue value is 135 (53.12% from 255 or 40.30% from 335); Max value from RGB is 144 - color contains mainly: green. Hex color #389087 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #389087 is #C76F78. Grayscale: #747474. Windows color (decimal): -13070201 or 8884280. OLE color: 8884280.

HSL color Cylindrical-coordinate representation of color #389087: hue angle of 173.86º degrees, saturation: 0.44, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #389087 is Cyan = 0.61, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.44.

Color convert

RGB56144135-
CMYK0.6100.060.44
HSL173.86º44%39.22%-
HSV(B)173.86º61.11%56.47%-
XYZ15.9822.5426.43-
YUV116.66138.3584.73-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 16.72%
GREEN value IS 144 (56.64% from 255) = 42.99%
BLUE value IS 135 (53.12% from 255) = 40.30%
R=16.72%
G=42.99%
B=40.30%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal561441350.6100.060.44173.864439.22
Hex3890873D062Cae2c27
Octal702202077506542565447
Binary1110001001000010000111111101011010110010101110101100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #389087

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #389087; }

 p { color: rgb(56,144,135); }

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

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

 a { background-color: rgb(56,144,135); }

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

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

 span { border-color: rgb(56,144,135); }

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