#388999

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

Shades of Scooter #388999

Tints of Scooter #388999

Color information

#388999 (or 0x388999) is unknown color: approx Scooter. HEX triplet: 38, 89 and 99. RGB value is (56,137,153). Sum of RGB (Red+Green+Blue) = 56+137+153=346 (45% of max value = 765). Red value is 56 (22.27% from 255 or 16.18% from 346); Green value is 137 (53.91% from 255 or 39.60% from 346); Blue value is 153 (60.16% from 255 or 44.22% from 346); Max value from RGB is 153 - color contains mainly: blue. Hex color #388999 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #388999 is #C77666. Grayscale: #727272. Windows color (decimal): -13071975 or 10062136. OLE color: 10062136.

HSL color Cylindrical-coordinate representation of color #388999: hue angle of 189.9º degrees, saturation: 0.46, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #388999 is Cyan = 0.63, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB56137153-
CMYK0.630.1000.4
HSL189.9º46.41%40.98%-
HSV(B)189.9º63.4%60%-
XYZ16.3321.0333.34-
YUV114.6149.6686.2-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 16.18%
GREEN value IS 137 (53.91% from 255) = 39.60%
BLUE value IS 153 (60.16% from 255) = 44.22%
R=16.18%
G=39.60%
B=44.22%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal561371530.630.1000.4189.946.4140.98
Hex3889993FA028be2e29
Octal7021123177120502765651
Binary11100010001001100110011111111010010100010111110101110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #388999

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #388999; }

 p { color: rgb(56,137,153); }

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

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

 a { background-color: rgb(56,137,153); }

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

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

 span { border-color: rgb(56,137,153); }

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