#388F9B

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

Shades of Scooter #388F9B

Tints of Scooter #388F9B

Color information

#388F9B (or 0x388F9B) is unknown color: approx Scooter. HEX triplet: 38, 8F and 9B. RGB value is (56,143,155). Sum of RGB (Red+Green+Blue) = 56+143+155=354 (46% of max value = 765). Red value is 56 (22.27% from 255 or 15.82% from 354); Green value is 143 (56.25% from 255 or 40.40% from 354); Blue value is 155 (60.94% from 255 or 43.79% from 354); Max value from RGB is 155 - color contains mainly: blue. Hex color #388F9B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #388F9B is #C77064. Grayscale: #767676. Windows color (decimal): -13070437 or 10194744. OLE color: 10194744.

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

Color convert

RGB56143155-
CMYK0.640.0800.39
HSL187.27º46.92%41.37%-
HSV(B)187.27º63.87%60.78%-
XYZ17.3722.8534.51-
YUV118.35148.6883.52-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 15.82%
GREEN value IS 143 (56.25% from 255) = 40.40%
BLUE value IS 155 (60.94% from 255) = 43.79%
R=15.82%
G=40.40%
B=43.79%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal561431550.640.0800.39187.2746.9241.37
Hex388F9B408027bb2f29
Octal70217233100100472735751
Binary111000100011111001101110000001000010011110111011101111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #388F9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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