#388b9c

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

Shades of Scooter #388B9C

Tints of Scooter #388B9C

Color information

#388B9C (or 0x388B9C) is unknown color: approx Scooter. HEX triplet: 38, 8B and 9C. RGB value is (56,139,156). Sum of RGB (Red+Green+Blue) = 56+139+156=351 (46% of max value = 765). Red value is 56 (22.27% from 255 or 15.95% from 351); Green value is 139 (54.69% from 255 or 39.60% from 351); Blue value is 156 (61.33% from 255 or 44.44% from 351); Max value from RGB is 156 - color contains mainly: blue. Hex color #388B9C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #388B9C is #C77463. Grayscale: #737373. Windows color (decimal): -13071460 or 10259256. OLE color: 10259256.

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

Color convert

RGB56139156-
CMYK0.640.1100.39
HSL190.2º47.17%41.57%-
HSV(B)190.2º64.1%61.18%-
XYZ16.8621.7134.75-
YUV116.12150.585.12-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 15.95%
GREEN value IS 139 (54.69% from 255) = 39.60%
BLUE value IS 156 (61.33% from 255) = 44.44%
R=15.95%
G=39.60%
B=44.44%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal561391560.640.1100.39190.247.1741.57
Hex388B9C40B027be2f2a
Octal70213234100130472765752
Binary111000100010111001110010000001011010011110111110101111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #388b9c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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