#388C94

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

Shades of Blue Chill #388C94

Tints of Blue Chill #388C94

Color information

#388C94 (or 0x388C94) is unknown color: approx Blue Chill. HEX triplet: 38, 8C and 94. RGB value is (56,140,148). Sum of RGB (Red+Green+Blue) = 56+140+148=344 (45% of max value = 765). Red value is 56 (22.27% from 255 or 16.28% from 344); Green value is 140 (55.08% from 255 or 40.70% from 344); Blue value is 148 (58.20% from 255 or 43.02% from 344); Max value from RGB is 148 - color contains mainly: blue. Hex color #388C94 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #388C94 is #C7736B. Grayscale: #737373. Windows color (decimal): -13071212 or 9735224. OLE color: 9735224.

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

Color convert

RGB56140148-
CMYK0.620.0500.42
HSL185.22º45.1%40%-
HSV(B)185.22º62.16%58.04%-
XYZ16.3521.7431.35-
YUV115.8146.1785.35-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 16.28%
GREEN value IS 140 (55.08% from 255) = 40.70%
BLUE value IS 148 (58.20% from 255) = 43.02%
R=16.28%
G=40.70%
B=43.02%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal561401480.620.0500.42185.2245.140
Hex388C943E502Ab92d28
Octal702142247650522715550
Binary1110001000110010010100111110101010101010111001101101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #388C94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,140,148); }

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

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

 a { background-color: rgb(56,140,148); }

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

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

 span { border-color: rgb(56,140,148); }

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