#389095

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

Shades of Blue Chill #389095

Tints of Blue Chill #389095

Color information

#389095 (or 0x389095) is unknown color: approx Blue Chill. HEX triplet: 38, 90 and 95. RGB value is (56,144,149). Sum of RGB (Red+Green+Blue) = 56+144+149=349 (46% of max value = 765). Red value is 56 (22.27% from 255 or 16.05% from 349); Green value is 144 (56.64% from 255 or 41.26% from 349); Blue value is 149 (58.59% from 255 or 42.69% from 349); Max value from RGB is 149 - color contains mainly: blue. Hex color #389095 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #389095 is #C76F6A. Grayscale: #767676. Windows color (decimal): -13070187 or 9801784. OLE color: 9801784.

HSL color Cylindrical-coordinate representation of color #389095: hue angle of 183.23º degrees, saturation: 0.45, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #389095 is Cyan = 0.62, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB56144149-
CMYK0.620.0300.42
HSL183.23º45.37%40.2%-
HSV(B)183.23º62.42%58.43%-
XYZ17.0322.9631.97-
YUV118.26145.3583.59-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 16.05%
GREEN value IS 144 (56.64% from 255) = 41.26%
BLUE value IS 149 (58.59% from 255) = 42.69%
R=16.05%
G=41.26%
B=42.69%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal561441490.620.0300.42183.2345.3740.2
Hex3890953E302Ab72d28
Octal702202257630522675550
Binary111000100100001001010111111011010101010110111101101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #389095

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #389095; }

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

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

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

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

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

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

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

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