#389195

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

Shades of Blue Chill #389195

Tints of Blue Chill #389195

Color information

#389195 (or 0x389195) is unknown color: approx Blue Chill. HEX triplet: 38, 91 and 95. RGB value is (56,145,149). Sum of RGB (Red+Green+Blue) = 56+145+149=350 (46% of max value = 765). Red value is 56 (22.27% from 255 or 16% from 350); Green value is 145 (57.03% from 255 or 41.43% from 350); Blue value is 149 (58.59% from 255 or 42.57% from 350); Max value from RGB is 149 - color contains mainly: blue. Hex color #389195 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #389195 is #C76E6A. Grayscale: #767676. Windows color (decimal): -13069931 or 9802040. OLE color: 9802040.

HSL color Cylindrical-coordinate representation of color #389195: hue angle of 182.58º 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 #389195 is Cyan = 0.62, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB56145149-
CMYK0.620.0300.42
HSL182.58º45.37%40.2%-
HSV(B)182.58º62.42%58.43%-
XYZ17.1823.2632.02-
YUV118.84145.0183.17-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 16%
GREEN value IS 145 (57.03% from 255) = 41.43%
BLUE value IS 149 (58.59% from 255) = 42.57%
R=16%
G=41.43%
B=42.57%

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
Decimal561451490.620.0300.42182.5845.3740.2
Hex3891953E302Ab72d28
Octal702212257630522675550
Binary111000100100011001010111111011010101010110111101101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #389195

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #389195; }

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

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

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

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

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

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

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

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