#389BAA

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

Shades of Scooter #389BAA

Tints of Scooter #389BAA

Color information

#389BAA (or 0x389BAA) is unknown color: approx Scooter. HEX triplet: 38, 9B and AA. RGB value is (56,155,170). Sum of RGB (Red+Green+Blue) = 56+155+170=381 (50% of max value = 765). Red value is 56 (22.27% from 255 or 14.70% from 381); Green value is 155 (60.94% from 255 or 40.68% from 381); Blue value is 170 (66.80% from 255 or 44.62% from 381); Max value from RGB is 170 - color contains mainly: blue. Hex color #389BAA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #389BAA is #C76455. Grayscale: #7E7E7E. Windows color (decimal): -13067350 or 11180856. OLE color: 11180856.

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

Color convert

RGB56155170-
CMYK0.670.0900.33
HSL187.89º50.44%44.31%-
HSV(B)187.89º67.06%66.67%-
XYZ20.6127.1942.19-
YUV127.11152.277.28-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 14.70%
GREEN value IS 155 (60.94% from 255) = 40.68%
BLUE value IS 170 (66.80% from 255) = 44.62%
R=14.70%
G=40.68%
B=44.62%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal561551700.670.0900.33187.8950.4444.31
Hex389BAA439021bc322c
Octal70233252103110412746254
Binary111000100110111010101010000111001010000110111100110010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #389BAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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