#388281

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

Shades of Atoll #388281

Tints of Atoll #388281

Color information

#388281 (or 0x388281) is unknown color: approx Atoll. HEX triplet: 38, 82 and 81. RGB value is (56,130,129). Sum of RGB (Red+Green+Blue) = 56+130+129=315 (41% of max value = 765). Red value is 56 (22.27% from 255 or 17.78% from 315); Green value is 130 (51.17% from 255 or 41.27% from 315); Blue value is 129 (50.78% from 255 or 40.95% from 315); Max value from RGB is 130 - color contains mainly: green. Hex color #388281 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #388281 is #C77D7E. Grayscale: #6B6B6B. Windows color (decimal): -13073791 or 8487480. OLE color: 8487480.

HSL color Cylindrical-coordinate representation of color #388281: hue angle of 179.19º degrees, saturation: 0.4, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #388281 is Cyan = 0.57, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.49.

Color convert

RGB56130129-
CMYK0.5700.010.49
HSL179.19º39.78%36.47%-
HSV(B)179.19º56.92%50.98%-
XYZ13.5818.3923.6-
YUV107.76139.9891.08-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 17.78%
GREEN value IS 130 (51.17% from 255) = 41.27%
BLUE value IS 129 (50.78% from 255) = 40.95%
R=17.78%
G=41.27%
B=40.95%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal561301290.5700.010.49179.1939.7836.47
Hex388281390131b32824
Octal702022017101612635044
Binary11100010000010100000011110010111000110110011101000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #388281

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #388281; }

 p { color: rgb(56,130,129); }

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

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

 a { background-color: rgb(56,130,129); }

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

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

 span { border-color: rgb(56,130,129); }

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