#388D92

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

Shades of Blue Chill #388D92

Tints of Blue Chill #388D92

Color information

#388D92 (or 0x388D92) is unknown color: approx Blue Chill. HEX triplet: 38, 8D and 92. RGB value is (56,141,146). Sum of RGB (Red+Green+Blue) = 56+141+146=343 (45% of max value = 765). Red value is 56 (22.27% from 255 or 16.33% from 343); Green value is 141 (55.47% from 255 or 41.11% from 343); Blue value is 146 (57.42% from 255 or 42.57% from 343); Max value from RGB is 146 - color contains mainly: blue. Hex color #388D92 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #388D92 is #C7726D. Grayscale: #747474. Windows color (decimal): -13070958 or 9604408. OLE color: 9604408.

HSL color Cylindrical-coordinate representation of color #388D92: hue angle of 183.33º degrees, saturation: 0.45, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #388D92 is Cyan = 0.62, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB56141146-
CMYK0.620.0300.43
HSL183.33º44.55%39.61%-
HSV(B)183.33º61.64%57.25%-
XYZ16.3421.9730.57-
YUV116.16144.8485.09-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 16.33%
GREEN value IS 141 (55.47% from 255) = 41.11%
BLUE value IS 146 (57.42% from 255) = 42.57%
R=16.33%
G=41.11%
B=42.57%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal561411460.620.0300.43183.3344.5539.61
Hex388D923E302Bb72d28
Octal702152227630532675550
Binary111000100011011001001011111011010101110110111101101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #388D92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,141,146); }

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

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

 a { background-color: rgb(56,141,146); }

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

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

 span { border-color: rgb(56,141,146); }

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