#388A9C

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

Shades of Scooter #388A9C

Tints of Scooter #388A9C

Color information

#388A9C (or 0x388A9C) is unknown color: approx Scooter. HEX triplet: 38, 8A and 9C. RGB value is (56,138,156). Sum of RGB (Red+Green+Blue) = 56+138+156=350 (46% of max value = 765). Red value is 56 (22.27% from 255 or 16% from 350); Green value is 138 (54.30% from 255 or 39.43% from 350); Blue value is 156 (61.33% from 255 or 44.57% from 350); Max value from RGB is 156 - color contains mainly: blue. Hex color #388A9C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #388A9C is #C77563. Grayscale: #737373. Windows color (decimal): -13071716 or 10259000. OLE color: 10259000.

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

Color convert

RGB56138156-
CMYK0.640.1200.39
HSL190.8º47.17%41.57%-
HSV(B)190.8º64.1%61.18%-
XYZ16.7221.4234.71-
YUV115.53150.8385.54-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 16%
GREEN value IS 138 (54.30% from 255) = 39.43%
BLUE value IS 156 (61.33% from 255) = 44.57%
R=16%
G=39.43%
B=44.57%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal561381560.640.1200.39190.847.1741.57
Hex388A9C40C027bf2f2a
Octal70212234100140472775752
Binary111000100010101001110010000001100010011110111111101111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #388A9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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