#388983

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

Shades of Blue Chill #388983

Tints of Blue Chill #388983

Color information

#388983 (or 0x388983) is unknown color: approx Blue Chill. HEX triplet: 38, 89 and 83. RGB value is (56,137,131). Sum of RGB (Red+Green+Blue) = 56+137+131=324 (42% of max value = 765). Red value is 56 (22.27% from 255 or 17.28% from 324); Green value is 137 (53.91% from 255 or 42.28% from 324); Blue value is 131 (51.56% from 255 or 40.43% from 324); Max value from RGB is 137 - color contains mainly: green. Hex color #388983 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #388983 is #C7767C. Grayscale: #707070. Windows color (decimal): -13071997 or 8620344. OLE color: 8620344.

HSL color Cylindrical-coordinate representation of color #388983: hue angle of 175.56º degrees, saturation: 0.42, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #388983 is Cyan = 0.59, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.46.

Color convert

RGB56137131-
CMYK0.5900.040.46
HSL175.56º41.97%37.84%-
HSV(B)175.56º59.12%53.73%-
XYZ14.6720.3724.63-
YUV112.1138.6687.99-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 17.28%
GREEN value IS 137 (53.91% from 255) = 42.28%
BLUE value IS 131 (51.56% from 255) = 40.43%
R=17.28%
G=42.28%
B=40.43%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal561371310.5900.040.46175.5641.9737.84
Hex3889833B042Eb02a26
Octal702112037304562605246
Binary1110001000100110000011111011010010111010110000101010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #388983

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #388983; }

 p { color: rgb(56,137,131); }

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

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

 a { background-color: rgb(56,137,131); }

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

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

 span { border-color: rgb(56,137,131); }

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