#388990

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

Shades of Blue Chill #388990

Tints of Blue Chill #388990

Color information

#388990 (or 0x388990) is unknown color: approx Blue Chill. HEX triplet: 38, 89 and 90. RGB value is (56,137,144). Sum of RGB (Red+Green+Blue) = 56+137+144=337 (44% of max value = 765). Red value is 56 (22.27% from 255 or 16.62% from 337); Green value is 137 (53.91% from 255 or 40.65% from 337); Blue value is 144 (56.64% from 255 or 42.73% from 337); Max value from RGB is 144 - color contains mainly: blue. Hex color #388990 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #388990 is #C7766F. Grayscale: #717171. Windows color (decimal): -13071984 or 9472312. OLE color: 9472312.

HSL color Cylindrical-coordinate representation of color #388990: hue angle of 184.77º degrees, saturation: 0.44, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #388990 is Cyan = 0.61, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB56137144-
CMYK0.610.0500.44
HSL184.77º44%39.22%-
HSV(B)184.77º61.11%56.47%-
XYZ15.6120.7529.57-
YUV113.58145.1686.93-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 16.62%
GREEN value IS 137 (53.91% from 255) = 40.65%
BLUE value IS 144 (56.64% from 255) = 42.73%
R=16.62%
G=40.65%
B=42.73%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal561371440.610.0500.44184.774439.22
Hex3889903D502Cb92c27
Octal702112207550542715447
Binary1110001000100110010000111101101010110010111001101100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #388990

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #388990; }

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

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

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

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

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

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

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

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