#389192

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

Shades of Blue Chill #389192

Tints of Blue Chill #389192

Color information

#389192 (or 0x389192) is unknown color: approx Blue Chill. HEX triplet: 38, 91 and 92. RGB value is (56,145,146). Sum of RGB (Red+Green+Blue) = 56+145+146=347 (45% of max value = 765). Red value is 56 (22.27% from 255 or 16.14% from 347); Green value is 145 (57.03% from 255 or 41.79% from 347); Blue value is 146 (57.42% from 255 or 42.07% from 347); Max value from RGB is 146 - color contains mainly: blue. Hex color #389192 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #389192 is #C76E6D. Grayscale: #767676. Windows color (decimal): -13069934 or 9605432. OLE color: 9605432.

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

Color convert

RGB56145146-
CMYK0.620.0100.43
HSL180.67º44.55%39.61%-
HSV(B)180.67º61.64%57.25%-
XYZ16.9423.1730.77-
YUV118.5143.5183.42-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 16.14%
GREEN value IS 145 (57.03% from 255) = 41.79%
BLUE value IS 146 (57.42% from 255) = 42.07%
R=16.14%
G=41.79%
B=42.07%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal561451460.620.0100.43180.6744.5539.61
Hex3891923E102Bb52d28
Octal702212227610532655550
Binary11100010010001100100101111101010101110110101101101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #389192

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #389192; }

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

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

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

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

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

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

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

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