#388D9A

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

Shades of Scooter #388D9A

Tints of Scooter #388D9A

Color information

#388D9A (or 0x388D9A) is unknown color: approx Scooter. HEX triplet: 38, 8D and 9A. RGB value is (56,141,154). Sum of RGB (Red+Green+Blue) = 56+141+154=351 (46% of max value = 765). Red value is 56 (22.27% from 255 or 15.95% from 351); Green value is 141 (55.47% from 255 or 40.17% from 351); Blue value is 154 (60.55% from 255 or 43.87% from 351); Max value from RGB is 154 - color contains mainly: blue. Hex color #388D9A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #388D9A is #C77265. Grayscale: #747474. Windows color (decimal): -13070950 or 10128696. OLE color: 10128696.

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

Color convert

RGB56141154-
CMYK0.640.0800.40
HSL187.96º46.67%41.18%-
HSV(B)187.96º63.64%60.39%-
XYZ16.9922.2233.97-
YUV117.07148.8484.44-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 15.95%
GREEN value IS 141 (55.47% from 255) = 40.17%
BLUE value IS 154 (60.55% from 255) = 43.87%
R=15.95%
G=40.17%
B=43.87%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal561411540.640.0800.40187.9646.6741.18
Hex388D9A408028bc2f29
Octal70215232100100502745751
Binary111000100011011001101010000001000010100010111100101111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #388D9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,141,154); }

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

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

 a { background-color: rgb(56,141,154); }

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

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

 span { border-color: rgb(56,141,154); }

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