#388EA5

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

Shades of Scooter #388EA5

Tints of Scooter #388EA5

Color information

#388EA5 (or 0x388EA5) is unknown color: approx Scooter. HEX triplet: 38, 8E and A5. RGB value is (56,142,165). Sum of RGB (Red+Green+Blue) = 56+142+165=363 (48% of max value = 765). Red value is 56 (22.27% from 255 or 15.43% from 363); Green value is 142 (55.86% from 255 or 39.12% from 363); Blue value is 165 (64.84% from 255 or 45.45% from 363); Max value from RGB is 165 - color contains mainly: blue. Hex color #388EA5 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #388EA5 is #C7715A. Grayscale: #767676. Windows color (decimal): -13070683 or 10849848. OLE color: 10849848.

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

Color convert

RGB56142165-
CMYK0.660.1400.35
HSL192.66º49.32%43.33%-
HSV(B)192.66º66.06%64.71%-
XYZ18.122.939.06-
YUV118.91154.0183.13-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 15.43%
GREEN value IS 142 (55.86% from 255) = 39.12%
BLUE value IS 165 (64.84% from 255) = 45.45%
R=15.43%
G=39.12%
B=45.45%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal561421650.660.1400.35192.6649.3243.33
Hex388EA542E023c1312b
Octal70216245102160433016153
Binary111000100011101010010110000101110010001111000001110001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #388EA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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