#388F95

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

Shades of Blue Chill #388F95

Tints of Blue Chill #388F95

Color information

#388F95 (or 0x388F95) is unknown color: approx Blue Chill. HEX triplet: 38, 8F and 95. RGB value is (56,143,149). Sum of RGB (Red+Green+Blue) = 56+143+149=348 (46% of max value = 765). Red value is 56 (22.27% from 255 or 16.09% from 348); Green value is 143 (56.25% from 255 or 41.09% from 348); Blue value is 149 (58.59% from 255 or 42.82% from 348); Max value from RGB is 149 - color contains mainly: blue. Hex color #388F95 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #388F95 is #C7706A. Grayscale: #757575. Windows color (decimal): -13070443 or 9801528. OLE color: 9801528.

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

Color convert

RGB56143149-
CMYK0.620.0400.42
HSL183.87º45.37%40.2%-
HSV(B)183.87º62.42%58.43%-
XYZ16.8822.6631.92-
YUV117.67145.6884.01-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 16.09%
GREEN value IS 143 (56.25% from 255) = 41.09%
BLUE value IS 149 (58.59% from 255) = 42.82%
R=16.09%
G=41.09%
B=42.82%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal561431490.620.0400.42183.8745.3740.2
Hex388F953E402Ab82d28
Octal702172257640522705550
Binary1110001000111110010101111110100010101010111000101101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #388F95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,143,149); }

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

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

 a { background-color: rgb(56,143,149); }

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

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

 span { border-color: rgb(56,143,149); }

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