#388A93

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

Shades of Blue Chill #388A93

Tints of Blue Chill #388A93

Color information

#388A93 (or 0x388A93) is unknown color: approx Blue Chill. HEX triplet: 38, 8A and 93. RGB value is (56,138,147). Sum of RGB (Red+Green+Blue) = 56+138+147=341 (45% of max value = 765). Red value is 56 (22.27% from 255 or 16.42% from 341); Green value is 138 (54.30% from 255 or 40.47% from 341); Blue value is 147 (57.81% from 255 or 43.11% from 341); Max value from RGB is 147 - color contains mainly: blue. Hex color #388A93 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #388A93 is #C7756C. Grayscale: #727272. Windows color (decimal): -13071725 or 9669176. OLE color: 9669176.

HSL color Cylindrical-coordinate representation of color #388A93: hue angle of 185.93º 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 #388A93 is Cyan = 0.62, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB56138147-
CMYK0.620.0600.42
HSL185.93º44.83%39.8%-
HSV(B)185.93º61.9%57.65%-
XYZ15.9921.1230.84-
YUV114.51146.3386.27-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 16.42%
GREEN value IS 138 (54.30% from 255) = 40.47%
BLUE value IS 147 (57.81% from 255) = 43.11%
R=16.42%
G=40.47%
B=43.11%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal561381470.620.0600.42185.9344.8339.8
Hex388A933E602Aba2d28
Octal702122237660522725550
Binary1110001000101010010011111110110010101010111010101101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #388A93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #388A93; }

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

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

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

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

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

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

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

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