#389398

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

Shades of Blue Chill #389398

Tints of Blue Chill #389398

Color information

#389398 (or 0x389398) is unknown color: approx Blue Chill. HEX triplet: 38, 93 and 98. RGB value is (56,147,152). Sum of RGB (Red+Green+Blue) = 56+147+152=355 (47% of max value = 765). Red value is 56 (22.27% from 255 or 15.77% from 355); Green value is 147 (57.81% from 255 or 41.41% from 355); Blue value is 152 (59.77% from 255 or 42.82% from 355); Max value from RGB is 152 - color contains mainly: blue. Hex color #389398 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #389398 is #C76C67. Grayscale: #787878. Windows color (decimal): -13069416 or 9999160. OLE color: 9999160.

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

Color convert

RGB56147152-
CMYK0.630.0300.40
HSL183.12º46.15%40.78%-
HSV(B)183.12º63.16%59.61%-
XYZ17.7323.9833.4-
YUV120.36145.8582.09-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 15.77%
GREEN value IS 147 (57.81% from 255) = 41.41%
BLUE value IS 152 (59.77% from 255) = 42.82%
R=15.77%
G=41.41%
B=42.82%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal561471520.630.0300.40183.1246.1540.78
Hex3893983F3028b72e29
Octal702232307730502675651
Binary111000100100111001100011111111010100010110111101110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #389398

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #389398; }

 p { color: rgb(56,147,152); }

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

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

 a { background-color: rgb(56,147,152); }

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

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

 span { border-color: rgb(56,147,152); }

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