#389895

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

Shades of Blue Chill #389895

Tints of Blue Chill #389895

Color information

#389895 (or 0x389895) is unknown color: approx Blue Chill. HEX triplet: 38, 98 and 95. RGB value is (56,152,149). Sum of RGB (Red+Green+Blue) = 56+152+149=357 (47% of max value = 765). Red value is 56 (22.27% from 255 or 15.69% from 357); Green value is 152 (59.77% from 255 or 42.58% from 357); Blue value is 149 (58.59% from 255 or 41.74% from 357); Max value from RGB is 152 - color contains mainly: green. Hex color #389895 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #389895 is #C7676A. Grayscale: #7A7A7A. Windows color (decimal): -13068139 or 9803832. OLE color: 9803832.

HSL color Cylindrical-coordinate representation of color #389895: hue angle of 178.12º 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 #389895 is Cyan = 0.63, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.40.

Color convert

RGB56152149-
CMYK0.6300.020.40
HSL178.12º46.15%40.78%-
HSV(B)178.12º63.16%59.61%-
XYZ18.2825.4732.39-
YUV122.95142.780.24-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 15.69%
GREEN value IS 152 (59.77% from 255) = 42.58%
BLUE value IS 149 (58.59% from 255) = 41.74%
R=15.69%
G=42.58%
B=41.74%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal561521490.6300.020.40178.1246.1540.78
Hex3898953F0228b22e29
Octal702302257702502625651
Binary111000100110001001010111111101010100010110010101110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #389895

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #389895; }

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

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

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

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

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

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

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

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