#389FA2

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

Shades of Scooter #389FA2

Tints of Scooter #389FA2

Color information

#389FA2 (or 0x389FA2) is unknown color: approx Scooter. HEX triplet: 38, 9F and A2. RGB value is (56,159,162). Sum of RGB (Red+Green+Blue) = 56+159+162=377 (49% of max value = 765). Red value is 56 (22.27% from 255 or 14.85% from 377); Green value is 159 (62.5% from 255 or 42.18% from 377); Blue value is 162 (63.67% from 255 or 42.97% from 377); Max value from RGB is 162 - color contains mainly: blue. Hex color #389FA2 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #389FA2 is #C7605D. Grayscale: #808080. Windows color (decimal): -13066334 or 10657592. OLE color: 10657592.

HSL color Cylindrical-coordinate representation of color #389FA2: hue angle of 181.7º degrees, saturation: 0.49, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #389FA2 is Cyan = 0.65, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB56159162-
CMYK0.650.0200.36
HSL181.7º48.62%42.75%-
HSV(B)181.7º65.43%63.53%-
XYZ20.5528.2538.55-
YUV128.54146.8876.26-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 14.85%
GREEN value IS 159 (62.5% from 255) = 42.18%
BLUE value IS 162 (63.67% from 255) = 42.97%
R=14.85%
G=42.18%
B=42.97%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal561591620.650.0200.36181.748.6242.75
Hex389FA2412024b6312b
Octal7023724210120442666153
Binary1110001001111110100010100000110010010010110110110001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #389FA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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