#388BA3

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

Shades of Scooter #388BA3

Tints of Scooter #388BA3

Color information

#388BA3 (or 0x388BA3) is unknown color: approx Scooter. HEX triplet: 38, 8B and A3. RGB value is (56,139,163). Sum of RGB (Red+Green+Blue) = 56+139+163=358 (47% of max value = 765). Red value is 56 (22.27% from 255 or 15.64% from 358); Green value is 139 (54.69% from 255 or 38.83% from 358); Blue value is 163 (64.06% from 255 or 45.53% from 358); Max value from RGB is 163 - color contains mainly: blue. Hex color #388BA3 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #388BA3 is #C7745C. Grayscale: #747474. Windows color (decimal): -13071453 or 10718008. OLE color: 10718008.

HSL color Cylindrical-coordinate representation of color #388BA3: hue angle of 193.46º degrees, saturation: 0.49, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #388BA3 is Cyan = 0.66, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB56139163-
CMYK0.660.1500.36
HSL193.46º48.86%42.94%-
HSV(B)193.46º65.64%63.92%-
XYZ17.4721.9537.97-
YUV116.9215484.55-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 15.64%
GREEN value IS 139 (54.69% from 255) = 38.83%
BLUE value IS 163 (64.06% from 255) = 45.53%
R=15.64%
G=38.83%
B=45.53%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal561391630.660.1500.36193.4648.8642.94
Hex388BA342F024c1312b
Octal70213243102170443016153
Binary111000100010111010001110000101111010010011000001110001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #388BA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,139,163); }

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

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

 a { background-color: rgb(56,139,163); }

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

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

 span { border-color: rgb(56,139,163); }

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