#389BAC

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

Shades of Scooter #389BAC

Tints of Scooter #389BAC

Color information

#389BAC (or 0x389BAC) is unknown color: approx Scooter. HEX triplet: 38, 9B and AC. RGB value is (56,155,172). Sum of RGB (Red+Green+Blue) = 56+155+172=383 (50% of max value = 765). Red value is 56 (22.27% from 255 or 14.62% from 383); Green value is 155 (60.94% from 255 or 40.47% from 383); Blue value is 172 (67.58% from 255 or 44.91% from 383); Max value from RGB is 172 - color contains mainly: blue. Hex color #389BAC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #389BAC is #C76453. Grayscale: #7F7F7F. Windows color (decimal): -13067348 or 11311928. OLE color: 11311928.

HSL color Cylindrical-coordinate representation of color #389BAC: hue angle of 188.79º degrees, saturation: 0.51, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #389BAC is Cyan = 0.67, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB56155172-
CMYK0.670.1000.33
HSL188.79º50.88%44.71%-
HSV(B)188.79º67.44%67.45%-
XYZ20.827.2643.2-
YUV127.34153.277.12-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 14.62%
GREEN value IS 155 (60.94% from 255) = 40.47%
BLUE value IS 172 (67.58% from 255) = 44.91%
R=14.62%
G=40.47%
B=44.91%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal561551720.670.1000.33188.7950.8844.71
Hex389BAC43A021bd332d
Octal70233254103120412756355
Binary111000100110111010110010000111010010000110111101110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #389BAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,155,172); }

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

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

 a { background-color: rgb(56,155,172); }

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

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

 span { border-color: rgb(56,155,172); }

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