#388FA5

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

Shades of Scooter #388FA5

Tints of Scooter #388FA5

Color information

#388FA5 (or 0x388FA5) is unknown color: approx Scooter. HEX triplet: 38, 8F and A5. RGB value is (56,143,165). Sum of RGB (Red+Green+Blue) = 56+143+165=364 (48% of max value = 765). Red value is 56 (22.27% from 255 or 15.38% from 364); Green value is 143 (56.25% from 255 or 39.29% from 364); Blue value is 165 (64.84% from 255 or 45.33% from 364); Max value from RGB is 165 - color contains mainly: blue. Hex color #388FA5 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #388FA5 is #C7705A. Grayscale: #777777. Windows color (decimal): -13070427 or 10850104. OLE color: 10850104.

HSL color Cylindrical-coordinate representation of color #388FA5: hue angle of 192.11º 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 #388FA5 is Cyan = 0.66, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB56143165-
CMYK0.660.1300.35
HSL192.11º49.32%43.33%-
HSV(B)192.11º66.06%64.71%-
XYZ18.2423.239.11-
YUV119.49153.6882.71-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 15.38%
GREEN value IS 143 (56.25% from 255) = 39.29%
BLUE value IS 165 (64.84% from 255) = 45.33%
R=15.38%
G=39.29%
B=45.33%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal561431650.660.1300.35192.1149.3243.33
Hex388FA542D023c0312b
Octal70217245102150433006153
Binary111000100011111010010110000101101010001111000000110001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #388FA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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