#389998

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

Shades of Blue Chill #389998

Tints of Blue Chill #389998

Color information

#389998 (or 0x389998) is unknown color: approx Blue Chill. HEX triplet: 38, 99 and 98. RGB value is (56,153,152). Sum of RGB (Red+Green+Blue) = 56+153+152=361 (47% of max value = 765). Red value is 56 (22.27% from 255 or 15.51% from 361); Green value is 153 (60.16% from 255 or 42.38% from 361); Blue value is 152 (59.77% from 255 or 42.11% from 361); Max value from RGB is 153 - color contains mainly: green. Hex color #389998 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #389998 is #C76667. Grayscale: #7B7B7B. Windows color (decimal): -13067880 or 10000696. OLE color: 10000696.

HSL color Cylindrical-coordinate representation of color #389998: hue angle of 179.38º 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 #389998 is Cyan = 0.63, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.4.

Color convert

RGB56153152-
CMYK0.6300.010.4
HSL179.38º46.41%40.98%-
HSV(B)179.38º63.4%60%-
XYZ18.6925.8933.72-
YUV123.88143.8679.58-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 15.51%
GREEN value IS 153 (60.16% from 255) = 42.38%
BLUE value IS 152 (59.77% from 255) = 42.11%
R=15.51%
G=42.38%
B=42.11%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal561531520.6300.010.4179.3846.4140.98
Hex3899983F0128b32e29
Octal702312307701502635651
Binary11100010011001100110001111110110100010110011101110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #389998

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #389998; }

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

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

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

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

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

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

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

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