#388C9C

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

Shades of Scooter #388C9C

Tints of Scooter #388C9C

Color information

#388C9C (or 0x388C9C) is unknown color: approx Scooter. HEX triplet: 38, 8C and 9C. RGB value is (56,140,156). Sum of RGB (Red+Green+Blue) = 56+140+156=352 (46% of max value = 765). Red value is 56 (22.27% from 255 or 15.91% from 352); Green value is 140 (55.08% from 255 or 39.77% from 352); Blue value is 156 (61.33% from 255 or 44.32% from 352); Max value from RGB is 156 - color contains mainly: blue. Hex color #388C9C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #388C9C is #C77363. Grayscale: #747474. Windows color (decimal): -13071204 or 10259512. OLE color: 10259512.

HSL color Cylindrical-coordinate representation of color #388C9C: hue angle of 189.6º 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 #388C9C is Cyan = 0.64, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB56140156-
CMYK0.640.1000.39
HSL189.6º47.17%41.57%-
HSV(B)189.6º64.1%61.18%-
XYZ17.012234.8-
YUV116.71150.1784.7-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 15.91%
GREEN value IS 140 (55.08% from 255) = 39.77%
BLUE value IS 156 (61.33% from 255) = 44.32%
R=15.91%
G=39.77%
B=44.32%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal561401560.640.1000.39189.647.1741.57
Hex388C9C40A027be2f2a
Octal70214234100120472765752
Binary111000100011001001110010000001010010011110111110101111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #388C9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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