#389891

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

Shades of Blue Chill #389891

Tints of Blue Chill #389891

Color information

#389891 (or 0x389891) is unknown color: approx Blue Chill. HEX triplet: 38, 98 and 91. RGB value is (56,152,145). Sum of RGB (Red+Green+Blue) = 56+152+145=353 (46% of max value = 765). Red value is 56 (22.27% from 255 or 15.86% from 353); Green value is 152 (59.77% from 255 or 43.06% from 353); Blue value is 145 (57.03% from 255 or 41.08% from 353); Max value from RGB is 152 - color contains mainly: green. Hex color #389891 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #389891 is #C7676E. Grayscale: #7A7A7A. Windows color (decimal): -13068143 or 9541688. OLE color: 9541688.

HSL color Cylindrical-coordinate representation of color #389891: hue angle of 175.62º degrees, saturation: 0.46, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #389891 is Cyan = 0.63, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.40.

Color convert

RGB56152145-
CMYK0.6300.050.40
HSL175.62º46.15%40.78%-
HSV(B)175.62º63.16%59.61%-
XYZ17.9725.3430.73-
YUV122.5140.780.57-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 15.86%
GREEN value IS 152 (59.77% from 255) = 43.06%
BLUE value IS 145 (57.03% from 255) = 41.08%
R=15.86%
G=43.06%
B=41.08%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal561521450.6300.050.40175.6246.1540.78
Hex3898913F0528b02e29
Octal702302217705502605651
Binary1110001001100010010001111111010110100010110000101110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #389891

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #389891; }

 p { color: rgb(56,152,145); }

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

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

 a { background-color: rgb(56,152,145); }

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

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

 span { border-color: rgb(56,152,145); }

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