#389EA6

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

Shades of Scooter #389EA6

Tints of Scooter #389EA6

Color information

#389EA6 (or 0x389EA6) is unknown color: approx Scooter. HEX triplet: 38, 9E and A6. RGB value is (56,158,166). Sum of RGB (Red+Green+Blue) = 56+158+166=380 (50% of max value = 765). Red value is 56 (22.27% from 255 or 14.74% from 380); Green value is 158 (62.11% from 255 or 41.58% from 380); Blue value is 166 (65.23% from 255 or 43.68% from 380); Max value from RGB is 166 - color contains mainly: blue. Hex color #389EA6 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #389EA6 is #C76159. Grayscale: #808080. Windows color (decimal): -13066586 or 10919480. OLE color: 10919480.

HSL color Cylindrical-coordinate representation of color #389EA6: hue angle of 184.36º degrees, saturation: 0.5, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #389EA6 is Cyan = 0.66, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB56158166-
CMYK0.660.0500.35
HSL184.36º49.55%43.53%-
HSV(B)184.36º66.27%65.1%-
XYZ20.7428.0540.4-
YUV128.41149.2176.35-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 14.74%
GREEN value IS 158 (62.11% from 255) = 41.58%
BLUE value IS 166 (65.23% from 255) = 43.68%
R=14.74%
G=41.58%
B=43.68%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal561581660.660.0500.35184.3649.5543.53
Hex389EA6425023b8322c
Octal7023624610250432706254
Binary11100010011110101001101000010101010001110111000110010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #389EA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,158,166); }

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

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

 a { background-color: rgb(56,158,166); }

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

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

 span { border-color: rgb(56,158,166); }

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