#388A99

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

Shades of Scooter #388A99

Tints of Scooter #388A99

Color information

#388A99 (or 0x388A99) is unknown color: approx Scooter. HEX triplet: 38, 8A and 99. RGB value is (56,138,153). Sum of RGB (Red+Green+Blue) = 56+138+153=347 (45% of max value = 765). Red value is 56 (22.27% from 255 or 16.14% from 347); Green value is 138 (54.30% from 255 or 39.77% from 347); Blue value is 153 (60.16% from 255 or 44.09% from 347); Max value from RGB is 153 - color contains mainly: blue. Hex color #388A99 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #388A99 is #C77566. Grayscale: #737373. Windows color (decimal): -13071719 or 10062392. OLE color: 10062392.

HSL color Cylindrical-coordinate representation of color #388A99: hue angle of 189.28º 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 #388A99 is Cyan = 0.63, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB56138153-
CMYK0.630.1000.4
HSL189.28º46.41%40.98%-
HSV(B)189.28º63.4%60%-
XYZ16.4721.3233.38-
YUV115.19149.3385.78-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 16.14%
GREEN value IS 138 (54.30% from 255) = 39.77%
BLUE value IS 153 (60.16% from 255) = 44.09%
R=16.14%
G=39.77%
B=44.09%

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
Decimal561381530.630.1000.4189.2846.4140.98
Hex388A993FA028bd2e29
Octal7021223177120502755651
Binary11100010001010100110011111111010010100010111101101110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #388A99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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