#389992

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

Shades of Blue Chill #389992

Tints of Blue Chill #389992

Color information

#389992 (or 0x389992) is unknown color: approx Blue Chill. HEX triplet: 38, 99 and 92. RGB value is (56,153,146). Sum of RGB (Red+Green+Blue) = 56+153+146=355 (47% of max value = 765). Red value is 56 (22.27% from 255 or 15.77% from 355); Green value is 153 (60.16% from 255 or 43.10% from 355); Blue value is 146 (57.42% from 255 or 41.13% from 355); Max value from RGB is 153 - color contains mainly: green. Hex color #389992 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #389992 is #C7666D. Grayscale: #7B7B7B. Windows color (decimal): -13067886 or 9607480. OLE color: 9607480.

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

Color convert

RGB56153146-
CMYK0.6300.050.4
HSL175.67º46.41%40.98%-
HSV(B)175.67º63.4%60%-
XYZ18.2125.731.19-
YUV123.2140.8680.07-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 15.77%
GREEN value IS 153 (60.16% from 255) = 43.10%
BLUE value IS 146 (57.42% from 255) = 41.13%
R=15.77%
G=43.10%
B=41.13%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal561531460.6300.050.4175.6746.4140.98
Hex3899923F0528b02e29
Octal702312227705502605651
Binary1110001001100110010010111111010110100010110000101110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #389992

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #389992; }

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

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

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

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

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

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

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

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