#388E9B

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

Shades of Scooter #388E9B

Tints of Scooter #388E9B

Color information

#388E9B (or 0x388E9B) is unknown color: approx Scooter. HEX triplet: 38, 8E and 9B. RGB value is (56,142,155). Sum of RGB (Red+Green+Blue) = 56+142+155=353 (46% of max value = 765). Red value is 56 (22.27% from 255 or 15.86% from 353); Green value is 142 (55.86% from 255 or 40.23% from 353); Blue value is 155 (60.94% from 255 or 43.91% from 353); Max value from RGB is 155 - color contains mainly: blue. Hex color #388E9B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #388E9B is #C77164. Grayscale: #757575. Windows color (decimal): -13070693 or 10194488. OLE color: 10194488.

HSL color Cylindrical-coordinate representation of color #388E9B: hue angle of 187.88º degrees, saturation: 0.47, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #388E9B is Cyan = 0.64, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB56142155-
CMYK0.640.0800.39
HSL187.88º46.92%41.37%-
HSV(B)187.88º63.87%60.78%-
XYZ17.2222.5534.46-
YUV117.77149.0183.94-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 15.86%
GREEN value IS 142 (55.86% from 255) = 40.23%
BLUE value IS 155 (60.94% from 255) = 43.91%
R=15.86%
G=40.23%
B=43.91%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal561421550.640.0800.39187.8846.9241.37
Hex388E9B408027bc2f29
Octal70216233100100472745751
Binary111000100011101001101110000001000010011110111100101111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #388E9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,142,155); }

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

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

 a { background-color: rgb(56,142,155); }

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

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

 span { border-color: rgb(56,142,155); }

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