#388B9F

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

Shades of Scooter #388B9F

Tints of Scooter #388B9F

Color information

#388B9F (or 0x388B9F) is unknown color: approx Scooter. HEX triplet: 38, 8B and 9F. RGB value is (56,139,159). Sum of RGB (Red+Green+Blue) = 56+139+159=354 (46% of max value = 765). Red value is 56 (22.27% from 255 or 15.82% from 354); Green value is 139 (54.69% from 255 or 39.27% from 354); Blue value is 159 (62.5% from 255 or 44.92% from 354); Max value from RGB is 159 - color contains mainly: blue. Hex color #388B9F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #388B9F is #C77460. Grayscale: #747474. Windows color (decimal): -13071457 or 10455864. OLE color: 10455864.

HSL color Cylindrical-coordinate representation of color #388B9F: hue angle of 191.65º degrees, saturation: 0.48, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #388B9F is Cyan = 0.65, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB56139159-
CMYK0.650.1300.38
HSL191.65º47.91%42.16%-
HSV(B)191.65º64.78%62.35%-
XYZ17.1221.8136.11-
YUV116.4615284.87-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 15.82%
GREEN value IS 139 (54.69% from 255) = 39.27%
BLUE value IS 159 (62.5% from 255) = 44.92%
R=15.82%
G=39.27%
B=44.92%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal561391590.650.1300.38191.6547.9142.16
Hex388B9F41D026c0302a
Octal70213237101150463006052
Binary111000100010111001111110000011101010011011000000110000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #388B9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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