#389A9D

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

Shades of Scooter #389A9D

Tints of Scooter #389A9D

Color information

#389A9D (or 0x389A9D) is unknown color: approx Scooter. HEX triplet: 38, 9A and 9D. RGB value is (56,154,157). Sum of RGB (Red+Green+Blue) = 56+154+157=367 (48% of max value = 765). Red value is 56 (22.27% from 255 or 15.26% from 367); Green value is 154 (60.55% from 255 or 41.96% from 367); Blue value is 157 (61.72% from 255 or 42.78% from 367); Max value from RGB is 157 - color contains mainly: blue. Hex color #389A9D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #389A9D is #C76562. Grayscale: #7C7C7C. Windows color (decimal): -13067619 or 10328632. OLE color: 10328632.

HSL color Cylindrical-coordinate representation of color #389A9D: hue angle of 181.78º degrees, saturation: 0.47, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #389A9D is Cyan = 0.64, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB56154157-
CMYK0.640.0200.38
HSL181.78º47.42%41.76%-
HSV(B)181.78º64.33%61.57%-
XYZ19.2726.3935.98-
YUV125.04146.0378.76-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 15.26%
GREEN value IS 154 (60.55% from 255) = 41.96%
BLUE value IS 157 (61.72% from 255) = 42.78%
R=15.26%
G=41.96%
B=42.78%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal561541570.640.0200.38181.7847.4241.76
Hex389A9D402026b62f2a
Octal7023223510020462665752
Binary1110001001101010011101100000010010011010110110101111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #389A9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #389A9D; }

 p { color: rgb(56,154,157); }

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

<style>
 a { background-color: #389A9D; }

 a { background-color: rgb(56,154,157); }

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

<style>
 span { border-color: #389A9D; }

 span { border-color: rgb(56,154,157); }

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