#389288

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

Shades of Blue Chill #389288

Tints of Blue Chill #389288

Color information

#389288 (or 0x389288) is unknown color: approx Blue Chill. HEX triplet: 38, 92 and 88. RGB value is (56,146,136). Sum of RGB (Red+Green+Blue) = 56+146+136=338 (44% of max value = 765). Red value is 56 (22.27% from 255 or 16.57% from 338); Green value is 146 (57.42% from 255 or 43.20% from 338); Blue value is 136 (53.52% from 255 or 40.24% from 338); Max value from RGB is 146 - color contains mainly: green. Hex color #389288 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #389288 is #C76D77. Grayscale: #757575. Windows color (decimal): -13069688 or 8950328. OLE color: 8950328.

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

Color convert

RGB56146136-
CMYK0.6200.070.43
HSL173.33º44.55%39.61%-
HSV(B)173.33º61.64%57.25%-
XYZ16.3523.1826.9-
YUV117.95138.1883.81-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 16.57%
GREEN value IS 146 (57.42% from 255) = 43.20%
BLUE value IS 136 (53.52% from 255) = 40.24%
R=16.57%
G=43.20%
B=40.24%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal561461360.6200.070.43173.3344.5539.61
Hex3892883E072Bad2d28
Octal702222107607532555550
Binary1110001001001010001000111110011110101110101101101101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #389288

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #389288; }

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

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

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

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

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

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

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

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