#388993

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

Shades of Blue Chill #388993

Tints of Blue Chill #388993

Color information

#388993 (or 0x388993) is unknown color: approx Blue Chill. HEX triplet: 38, 89 and 93. RGB value is (56,137,147). Sum of RGB (Red+Green+Blue) = 56+137+147=340 (45% of max value = 765). Red value is 56 (22.27% from 255 or 16.47% from 340); Green value is 137 (53.91% from 255 or 40.29% from 340); Blue value is 147 (57.81% from 255 or 43.24% from 340); Max value from RGB is 147 - color contains mainly: blue. Hex color #388993 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #388993 is #C7766C. Grayscale: #717171. Windows color (decimal): -13071981 or 9668920. OLE color: 9668920.

HSL color Cylindrical-coordinate representation of color #388993: hue angle of 186.59º degrees, saturation: 0.45, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #388993 is Cyan = 0.62, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB56137147-
CMYK0.620.0700.42
HSL186.59º44.83%39.8%-
HSV(B)186.59º61.9%57.65%-
XYZ15.8420.8430.79-
YUV113.92146.6686.69-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 16.47%
GREEN value IS 137 (53.91% from 255) = 40.29%
BLUE value IS 147 (57.81% from 255) = 43.24%
R=16.47%
G=40.29%
B=43.24%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal561371470.620.0700.42186.5944.8339.8
Hex3889933E702Abb2d28
Octal702112237670522735550
Binary1110001000100110010011111110111010101010111011101101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #388993

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #388993; }

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

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

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

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

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

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

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

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