#388081

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

Shades of Atoll #388081

Tints of Atoll #388081

Color information

#388081 (or 0x388081) is unknown color: approx Atoll. HEX triplet: 38, 80 and 81. RGB value is (56,128,129). Sum of RGB (Red+Green+Blue) = 56+128+129=313 (41% of max value = 765). Red value is 56 (22.27% from 255 or 17.89% from 313); Green value is 128 (50.39% from 255 or 40.89% from 313); Blue value is 129 (50.78% from 255 or 41.21% from 313); Max value from RGB is 129 - color contains mainly: blue. Hex color #388081 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #388081 is #C77F7E. Grayscale: #6A6A6A. Windows color (decimal): -13074303 or 8486968. OLE color: 8486968.

HSL color Cylindrical-coordinate representation of color #388081: hue angle of 180.82º degrees, saturation: 0.39, 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 #388081 is Cyan = 0.57, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB56128129-
CMYK0.570.0100.49
HSL180.82º39.46%36.27%-
HSV(B)180.82º56.59%50.59%-
XYZ13.3117.8623.52-
YUV106.59140.6591.92-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 17.89%
GREEN value IS 128 (50.39% from 255) = 40.89%
BLUE value IS 129 (50.78% from 255) = 41.21%
R=17.89%
G=40.89%
B=41.21%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal561281290.570.0100.49180.8239.4636.27
Hex388081391031b52724
Octal702002017110612654744
Binary11100010000000100000011110011011000110110101100111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #388081

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #388081; }

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

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

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

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

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

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

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

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