#389297

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

Shades of Blue Chill #389297

Tints of Blue Chill #389297

Color information

#389297 (or 0x389297) is unknown color: approx Blue Chill. HEX triplet: 38, 92 and 97. RGB value is (56,146,151). Sum of RGB (Red+Green+Blue) = 56+146+151=353 (46% of max value = 765). Red value is 56 (22.27% from 255 or 15.86% from 353); Green value is 146 (57.42% from 255 or 41.36% from 353); Blue value is 151 (59.38% from 255 or 42.78% from 353); Max value from RGB is 151 - color contains mainly: blue. Hex color #389297 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #389297 is #C76D68. Grayscale: #777777. Windows color (decimal): -13069673 or 9933368. OLE color: 9933368.

HSL color Cylindrical-coordinate representation of color #389297: hue angle of 183.16º degrees, saturation: 0.46, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #389297 is Cyan = 0.63, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB56146151-
CMYK0.630.0300.41
HSL183.16º45.89%40.59%-
HSV(B)183.16º62.91%59.22%-
XYZ17.523.6332.92-
YUV119.66145.6882.59-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 15.86%
GREEN value IS 146 (57.42% from 255) = 41.36%
BLUE value IS 151 (59.38% from 255) = 42.78%
R=15.86%
G=41.36%
B=42.78%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal561461510.630.0300.41183.1645.8940.59
Hex3892973F3029b72e29
Octal702222277730512675651
Binary111000100100101001011111111111010100110110111101110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #389297

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #389297; }

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

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

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

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

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

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

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

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