#389CA0

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

Shades of Scooter #389CA0

Tints of Scooter #389CA0

Color information

#389CA0 (or 0x389CA0) is unknown color: approx Scooter. HEX triplet: 38, 9C and A0. RGB value is (56,156,160). Sum of RGB (Red+Green+Blue) = 56+156+160=372 (49% of max value = 765). Red value is 56 (22.27% from 255 or 15.05% from 372); Green value is 156 (61.33% from 255 or 41.94% from 372); Blue value is 160 (62.89% from 255 or 43.01% from 372); Max value from RGB is 160 - color contains mainly: blue. Hex color #389CA0 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #389CA0 is #C7635F. Grayscale: #7E7E7E. Windows color (decimal): -13067104 or 10525752. OLE color: 10525752.

HSL color Cylindrical-coordinate representation of color #389CA0: hue angle of 182.31º degrees, saturation: 0.48, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #389CA0 is Cyan = 0.65, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB56156160-
CMYK0.650.0200.37
HSL182.31º48.15%42.35%-
HSV(B)182.31º65%62.75%-
XYZ19.8627.1637.45-
YUV126.56146.8777.67-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 15.05%
GREEN value IS 156 (61.33% from 255) = 41.94%
BLUE value IS 160 (62.89% from 255) = 43.01%
R=15.05%
G=41.94%
B=43.01%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal561561600.650.0200.37182.3148.1542.35
Hex389CA0412025b6302a
Octal7023424010120452666052
Binary1110001001110010100000100000110010010110110110110000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #389CA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,156,160); }

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

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

 a { background-color: rgb(56,156,160); }

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

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

 span { border-color: rgb(56,156,160); }

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